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 playwrightYou need to have Node.js installed.
npm run play:testnpm run test-snpm run test-lnpm run test-c