Skip to content

enroute-university/Selenium-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published