['Set up Playwright with Chromium\n- [ ] Navigate to login page\n- [ ] Perform login with credentials\n- [ ] Wait for authentication and redirect\n- [ ] Access the orders page\n- [ ] Extract session cookies/tokens\n- [ ] Make authenticated API request to `/api/oms/user/orders`\n- [ ] Parse and handle the API response\n- [ ] Add error handling and logging\n- [ ] Test in both headless and non-headless modes']