pamelazoe / Selenium-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selenium-ide-mocha

A playground for selenium ide with mocha and cucumber

Here we can have some fun automating the test cases we create using the selenium ide with mocha

Test cases

Team 1
Team 2
Team 3
Team 4 - Labradors
Team 5

Install dependencies

It is highly recommended that you run this project with yarn instead of npm.

Run yarn to install the dependencies

Running the tests

To run the tests with mocha you can either use

./node_modules/mocha/bin/mocha tests/

or

yarn test

To run the tests with cucumber you can either use

./node_modules/.bin/cucumber-js tests/features/

or

yarn cucumber

About


Languages

Language:JavaScript 82.9%Language:TypeScript 10.2%Language:Gherkin 6.9%