tailorem / seleniumCucumberTest

An exercise in learning and using selenium-cucumber-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selenium/Cucumber Testing

These tests run in Chrome (ensure this browser is installed on your system).

Getting Started

  • Clone this repo
  • Run npm i in the project's root directory
  • Rename .env_example to .env and replace the email and password with valid credentials
  • Run npm test and watch the tests pass!

About

An exercise in learning and using selenium-cucumber-js


Languages

Language:JavaScript 87.1%Language:Gherkin 12.9%