This executor was moved into Testkube repository.
Testkube Playwright Executor is the test executor for Testkube.
Playwright is a framework for Web Testing and Automation.
Please follow the main Testkube repository for reporting any issues or discussions
If you use HTML Reporter. please disable auto open reporter in playwright.config.js.
reporter: [
['html', { open: 'never' }]
],
Otherwise, the test will not automatically terminate when the test fails.
- TODO add architecture diagrams
Playwright executor implements testkube OpenAPI for executors (look at executor tag)
