marko-simic / qa-playground-tests

Playwright end-to-end tests for the QAPlayground.dev mini web apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

End-to-end tests for the QAPlayground.dev mini web apps

With the help of a great Playwright, I managed to solve all the test automation challenges. 😉

Installing dependencies

How to install dependencies:

npm i

Running the project

How to run the tests:

npx playwright test

How to run the tests with open browser:

npx playwright test --headed

Or you can run a pre-defined script with the command

npm run test

or

npm run headed

About

Playwright end-to-end tests for the QAPlayground.dev mini web apps


Languages

Language:JavaScript 100.0%