Practice test automation with on Swag Labs
Note
- Swag Labs is basic online store with required login from Sauce Labs. Great for example web UI tests.
End to End testing using:
- Playwright https://playwright.dev/
- TypeScript https://www.typescriptlang.org/
This tests are purely for Playwright features practice, usage of Page Object Model.
Install Playwright and browser binaries for Chromium, Firefox and WebKit.
npm i -D playwright
You need to have Node.js installed.
npm run play:test
npm run test-s
npm run test-l
npm run test-c