NouranMahmoud / cucumberMink-example

An example for using cucumber-mink with selenium-standalone for creating BDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###This example must illustrate the configuration between (cucumber-mink) and (selenium-standalone)

Dependancies

  1. Java JDK (dependancy of selenium)
  2. selenium-standalone
  3. cucumberjs
  4. cucumber-mink

Installation

  1. Install Java JDK
  2. Install npm install selenium-standalone@latest -g
  3. Run selenium-standalone install and selenium-standalone start
  4. Install npm install --save cucumber
  5. Install npm install cucumber-mink --save

Steps

  1. Clone/Download this repo
  2. Run npm install
  3. Run selenium npm run selenium
  4. Run server npm start
  5. Run Tests npm run test

About

An example for using cucumber-mink with selenium-standalone for creating BDD


Languages

Language:JavaScript 68.3%Language:HTML 31.7%