An automation testing repository using Selenium, Java and Cucumber. These tests are focused on the Login and Signup scenarios, using the Automation Exercise website.
Paloma Rodrigues
4.16.1
20
4.0.0
7.15.0
All WebDrivers used in this project were added to the repository, inside:
seleniumProjectDemoQA\drivers
When executing the tests, you may have to update them depending on your browser's version. To do that, download the new version using the links down below and replace the file in the drivers' directory.
The default WebDriver for this project is Chrome. To change it:
- Go Run/Debug configuration
- On Build and Run, change 'chrome' to either 'firefox' or 'edge'
120.0.6099.109
120.0.2210.133
0.34.0
- Cluecumber 2.9.4
- Maven Surefire: 3.2.5
On the terminal, type:
mvn test -Dtest=RunCucumberTest -Dbrowser=BROWSER_NAME cluecumber-report:reporting
- "chrome"
- "firefox"
- "edge"
- "chrome-headless" (executes without opening the browser)
- Login
- Successful login, logout
- Login fail
- Signup
- Successful signup
- Signup with existing user