Java, Cucumber and Selenium front-end test in the search functionality of a website (https://www.wexinc.com/
) for the tech QA challenge from WEX.
The features of the tests are inside src/test/resources/wexsearchfunctionality/search_functionality.feature
and the step definitions are inside src/test/java/wexsearchfunctionality/StepDefinitions.java
- "Apahce Maven": "3.6.3"
- "Java": "1.8.0"
- "Cucumber": "6.7.0"
- "Selenium Web Driver": "3.141.59"
- "Chrome Driver": "85.0.4183.87"
- "Google Chrome": "85.0.4183.121"
- Clone the project into your machine, install all dependencies described above and compile the project using:
mvn install
- Now, to run the tests:
mvn test
- Verify the tests results output:
π License
This project is under the MIT license. See the LICENSE for more information.
---Made with β€οΈ by Matheus Beck π Get in touch!