Playwright
Instructions for getting your Playwright tests to run on Testery
Playwright enables reliable end-to-end testing for modern web apps. Here's more information on Getting Started with Playwright.
Your project requires only one simple modification to your playwright.config.js
. Simply add the code snippet below into each project in the projects
array.
When complete, your projects
array should look something like this...
Screenshots
If you want to capture screenshots in your tests, you'll need to add additional lines to your playwright.config.js
Also update each use
block to contain
PreviousUpdating Cypress Tests to Output in JUnit XML FormatNextUpdate Playwright Tests to Output in JUnit XML Format for Import Into Testery
Last updated