0.1.0 • Published 2 years ago

testcafe-bdd-fwd v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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-mac in case of executing test on Safari browser using MAC OS
  • Run npm run test-safari-win in case of executing test on Safari browser using Windows OS
  • Run npm run test-chrome-mac in case of executing test on Chrome browser using MAC OS
  • Run npm run test-chrome-win in case of executing test on Chrome browser using Windows OS
  • Run npm run test-safari-1-mac in case of executing test on Safari browser using @at001 tag-name and MAC OS
  • Run npm run test-safari-1-win in case of executing test on Safari browser using @at001 tag-name and Windows OS
  • Run npm run test-safari-report-mac in case of executing test on Safari browser then generating test report using MAC OS
  • Run npm run test-safari-report-win in 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\pages folder
  • Step definitions of each page are located in features\step_definitions folders
  • Feature files are located in features folder
  • Configuration file is package.json file