Skip to content
forked from ssehmi/e2e

WebdriverIO CucumberJS Typescript

License

Notifications You must be signed in to change notification settings

mondata-dev/e2e

 
 

Repository files navigation

WebdriverIO CucumberJS Typescript

Usage

npm install
npm run test
npm run test:debug
npm run test:debug -- --spec src/features/my-feature.feature
npm run allure-report

Boilerplate project with CucumberJS configured with typescript

Debugging Tests

  • browser.debug() statement in code and then: npm run test:debug this will enalbe debug repl in console window
  • Add breakpoints in vscode or debugger statement and run launch configuration in vscode.

Dependencies

Java must be installed to run allure reports

About

WebdriverIO CucumberJS Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • TypeScript 8.0%
  • Gherkin 3.1%