Skip to content

josdem/playwright-workshop

Repository files navigation

Playwright Workshop

code style: prettier Playwright

This is a getting started project with Playwright

Requirements

Note: I recommed to use NVM to manage NodeJS versions

To build the project

npm install

To format the project

npx prettier --write .

To run the project

npx playwright test

To see integrated reports

npx playwright show-report

To see deployed reports

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