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