The project involves automating a basic user flow on GitHub using Cucumber and Selenium.
- As a guest, when searching GitHub for the term "create-react-app" from the landing page search input, you will see: A count of matching results
- Find and verify "facebook/create-react-app " project as the first result
- As a guest, when clicking the "About" button in the landing page footer, you will be taken to the GitHub "About" page. verify, you are on about page
- Clone the repo
- In the root folder give the following command in terminal.
mvn clean test
- A folder named target will appear in the root folder
- Go to target/cucumber-reports
- open report.html in any browser.
If you have any feedback, please reach out to me at md.mostafa.akash@gmail.com