github.com/kubeshop/testkube@v1.17.23/contrib/executor/playwright/README.md (about) 1  2 3 # Welcome to Testkube Playwright Executor 4 5 Testkube Playwright Executor is the test executor for [Testkube](https://testkube.io). 6 [Playwright](https://playwright.dev/) is a framework for Web Testing and Automation. 7 8 # Issues and enchancements 9 10 Please follow the main [Testkube repository](https://github.com/kubeshop/testkube) for reporting any [issues](https://github.com/kubeshop/testkube/issues) or [discussions](https://github.com/kubeshop/testkube/discussions) 11 12 ## Details 13 14 If you use HTML Reporter. please disable auto open reporter in `playwright.config.js`. 15 ``` 16 reporter: [ 17 ['html', { open: 'never' }] 18 ], 19 ``` 20 Otherwise, the test will not automatically terminate when the test fails. 21 22 ## Architecture 23 24 - TODO add architecture diagrams 25 26 ## API 27 28 Playwright executor implements [testkube OpenAPI for executors](https://docs.testkube.io/openapi#tag/executor) (look at executor tag)