UNPKG

@ondc/automation-mock-runner

Version:
12 lines (11 loc) 370 B
/** * Real browser testing setup using Playwright * This file demonstrates how to test the BrowserRunner in actual browsers * * To use this: * 1. npm install --save-dev @playwright/test playwright * 2. Create browser-test.spec.ts in a separate e2e directory * 3. Run: npx playwright test */ declare const createTestPage: () => string; export { createTestPage };