This is an automation test using Playwright. It provides the following automated tests for the https://app.deel.training/login**
This automation requires Node.js to run.
Install the dependencies
$ npm install
Run tests:
$ npm run test
Run tests headed:
$ npm run test:headed
Generate reports (needs to run after tests):
$ npm run generate:report
Open report:
$ npm run open:report