Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 562 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 562 Bytes

wdio-cucumber-ts

A boilerplate typescript project for running cucumber web tests using the webdriver.io library.

Features included

  1. Multi-browser
  2. Features executed in parallel
  3. Saucelabs integration
  4. Cucumber.js
  5. Allure html report with screenshots
  6. Cucumber.json report

To Install

Clone this repo and execute the following command.

npm install

To run the test suite

Local test execution

npm test

Saucelabs test execution

npm run sauce

To generate allure html report

npm run allure-report