Back to Library
API

Cross Domain Advanced Scenario 145

Prompt

Generate a Playwright test covering cross-domain enterprise workflow with multi-step validation, retries, API synchronization, and error handling without using static waits.

Example Code

await page.goto('/dashboard'); await expect(page.locator('#app')).toBeVisible();

Quick Actions

PRO TIP

Paste this prompt as a comment in your .spec.ts file and let Copilot generate the test.

Next Steps
Browse Prompts