React app powered with selenium framework.
Selenium WebDriver provides a programming interface to create and execute test cases. It automates our development and every developer must now to write unit test cases for their work to manage their code better.
- Node.js & NPM
- Selenium WebDriver
- Chromedriver
- Geckodriver
- Mocha
- [Firefox and Chrome browsers]
git clone [email protected]:BalasubramaniM/react-selenium.git
And repeat
cd react-selenium
npm start
This is the important phase where we are going to test our app with Selenium framework.
Open new terminal and issue,
npm run s-test
from your root directory.
Step by step instructions to understand the concept behind the project available @ React-Selenium
- Balasubramani M - Initial work - Balasubramani M
This project is licensed under the MIT License - see the LICENSE.md file for details