Welcome to Testkube Playwright Executor
Testkube Playwright Executor is the test executor for Testkube.
Playwright is a framework for Web Testing and Automation.
Issues and enchancements
Please follow the main Testkube repository for reporting any issues or discussions
Details
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.
Architecture
- TODO add architecture diagrams
API
Playwright executor implements testkube OpenAPI for executors (look at executor tag)