Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.35 KB

File metadata and controls

42 lines (32 loc) · 1.35 KB

Automated google search operation.

Step By Step Tutorial

Run application

Clone the repository

git clone https://github.com/bmshamsnahid/Automation-With-Selenium-And-Node.js.git

Install dependencies

Run test

npm test

Folder Structure

├── ...
│
├── lib                         # Helper methods
│   ├── basePage.js             # Generic functionality for tests
│   └── homePage.js             # Home page testing functionality
│
├── test                        # Test suite
│   └── homePage.test.js        # Testing in home page
│
├── utils                       # Utility files for testing
│   ├── fakeData.js             # Generating random keyword for searching
│   └── locator.js              # HTML and CSS identifier for elements to test
├── ...

License

MIT