Skip to content

gokulcek/seleniumTypescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

seleniumTypescript

set up selenium webdriver on node using typescript mocha and chai

This repo is a basic set up to run selenium webdriver on browser using mocha and typescript.The repo is mainly to save time in configuring the dependencies

steps to use 1.clone the repo 2.install the packages using below command

npm i

3.run the sample test using

npm test

sample test is present in test folder. Sample test will open the url provided in the test and validate the title

Based on our need you can modify the script in the file and run and save time in congiguring

Dependencies

mocha chai selenium-webdriver chromedriver typescript

About

set up selenium webdriver on node using typescript mocha and chai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors