Howto run end-to-end testing with Playwright & Mocha
- Install node Node
- Clone this project
git clone https://github.com/yyvess/playwright-mocha.git
cd playwright-mocha
- Run npm install to download project dependancies
npm install
npm test
npm run test:firefox
Run tests with browser visible
npm run test:head
Rerun tests on file changes.
npm run test:watch