Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

kubeshop/testkube-executor-playwright

Repository files navigation

DEPRECATED

This executor was moved into Testkube repository.

Testkube Logo

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)