- install docker on your system
- install nodejs: https://nodejs.org/en/download
- Clone this repo
- install project dependencies:
npm install - install dependencies
npm run playwright:install
npm run serverRun the server and keep it runningnpm run testRun the tests
npm run report:show Show playwright results/report
npm run test:update-snapshots Update the screenshots created with the first run of npm run test (if any)
npm run test:codegen Start a recording session with playwright's Test Generator