This is a getting started project with Playwright
- NodeJS version
v18.16.0
Note: I recommed to use NVM to manage NodeJS versions
npm install
npx prettier --write .
npx playwright test
npx playwright show-report
- You can deploy generated reports using a SSK key: playwright-report
- For more information go here
If you want to generate Allure Reports
- Install allure command line:
npm install -g allure-commandline --save-dev
- Execute this command:
allure generate && allure serve -h localhost