- Install Saas-template application: https://github.com/swe-course/saas-template
- Clone this repository
> https://github.com/Roman1137/saas-template-automation.git
Properties and mocha.opts file can be found at config
folder.
- Install npm packages by running
npm install
command. - Execute
npm test
command. - Wait untill tests are executed and allure report is generated automatically.
(Also, it can be done manually by executing
npm run generateReport
command). - Wait until allure report is opened in browser.
(Also, it can be done manually by executing
rpm run openReport
command).