Skip to content

seetest-io/javascript-selenium-first-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains four different tests:

1. Test for Cheome

2. Test for Firefox

3. Test for IE

The driver used to execute this tests is webdriverio. You can use these tests as templates for your own tests. Simply edit the capabilities and the test method to fit your needs.

Running the tests

Before you run the tests, run the command npm install --save to get the web driver dependecies.

Running the tests from your machine

You can clone the repository to your machine and open it in your IDE of choice. To run the tests, run the command node <NAME_OF_TEST_FILE> in the command line / shell. To run all the tests, run the command npm run tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published