An example of automated UI testing using Playwright.
This is simply the example from the Playwright documentation.
Run the tests:
cd ui-testing
npm install
npm testAn example of automated UI testing using Playwright.
This is simply the example from the Playwright documentation.
Run the tests:
cd ui-testing
npm install
npm test