Sardor-M / selenium-test

Implementation of testing web application using Selenium WebDriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing React Web Application using a Selenium WebDriver

Note: This is a simple implementation of using Selenium WebDriver in Javascript.

For more detailed infos, you can refer to the official Selenium Docs - Selenium Docs.

How to run the sample test on your local machine :

  • First, you need to install mocha testing framework globally on your machine by running the following command:
   npm i --global mocha
  • Next, run the following command:
   mocha testScript.spec.js

Also, you can test the sample.js

  node sample.js

Available Testing Scripts

  • You can also refer to the available testing scripts in the test folder.

About

Implementation of testing web application using Selenium WebDriver


Languages

Language:JavaScript 100.0%