DespotMagic / cucumber-selenium-autotests

Example (starter) of AutoTests on Node.JS: Cucumber.js + Selenium + TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

$ yarn

Uses

  • "yarn build" - Build project. Needed before running tests and if the TS code has changed
  • "yarn test" - Run all tests
  • "yarn test-only" - Run scenarios with tag @only

Debug

  • Add tag @debug to scenario
  • Set the breakpoints
  • Start debugging (see .vscode/launch.json)

Notes

VS CODE Plugins

About

Example (starter) of AutoTests on Node.JS: Cucumber.js + Selenium + TypeScript


Languages

Language:TypeScript 82.6%Language:Gherkin 9.7%Language:JavaScript 7.6%