Playwright Web Testing
Playwright is a framework for automated web application testing developed by Microsoft. It is an alternative to Selenium or Cypress for automated web application testing.
By design, Playwright tests can only be used with Chromium-based browsers (i.e Chrome and Edge) when executed against an external selenium service, such as webmate.
Starting a Playwright Test
To execute Playwright tests on your webmate infrastructure, set two environment variables.
After setting these variables, you can execute your Playwright tests as usual.
| |