Test automation framework based on TestCafe and JavaScript and it is using page object model approach to cover the testing activities of Sawg Labs
- Run
npm install
to install all the dependencies
- Run
yarn at
to run all tests inside tests folder - Run
yarn at --customTest {testMeta}
to run specific test scenario, example:yarn at --customTest validate-purchase-from-products-page-successfully
- Allure report is automatically created with screenshot and video recording