0.1.0 • Published 4 years ago
testcafe-bdd-fwd v0.1.0
Introduction
mipart-frontend-test is used for automating E2E test on Mipart site
Prerequisite
Dependency Installation
Run npm install to install dependencies
Test Execution
- Run
npm run test-safari-macin case of executing test on Safari browser using MAC OS - Run
npm run test-safari-winin case of executing test on Safari browser using Windows OS - Run
npm run test-chrome-macin case of executing test on Chrome browser using MAC OS - Run
npm run test-chrome-winin case of executing test on Chrome browser using Windows OS - Run
npm run test-safari-1-macin case of executing test on Safari browser using @at001 tag-name and MAC OS - Run
npm run test-safari-1-winin case of executing test on Safari browser using @at001 tag-name and Windows OS - Run
npm run test-safari-report-macin case of executing test on Safari browser then generating test report using MAC OS - Run
npm run test-safari-report-winin case of executing test on Safari browser then generating test report using Windows OS For more details, please refer to package.json file
Test Report
Please find the generated report in reports folder
Project Structure
- Page elements are located in
features\sut\pagesfolder - Step definitions of each page are located in
features\step_definitionsfolders - Feature files are located in
featuresfolder - Configuration file is
package.jsonfile
0.1.0
4 years ago