- almost all tasks from http://uitestingplayground.com/ done
- for sample app created isolated directory
- tests for https://www.saucedemo.com/
git clone
npm i
docker pull lornus/playwright-tests
Run image
For running in headless tests for Ui Playground
npm run ui-playground-test-headless
For running in headed tests for Ui Playground
npm run ui-playground-test-headed
For running in headless tests for Sauce Demo
npm run sauce-labs-test-headless
For running in headed tests for Sauce Demo
npm run sauce-labs-test-headed
npm test
npm run allure-generate
npm run allure-open