This project aims to automate tests for the Reviews API using Java 11, Cucumber, and Maven. The test focus is on review-related endpoints, ensuring their integrity and correct functionality. There are no frontend tests in this project.
Main language used for test development.
Dependency and project build manager.
Framework for writing automated tests in BDD (Behavior-Driven Development).
Testing framework used as the base for scenario execution.
- Clone this repository:
git clone https://github.com/Douglas019BR/MultiBagsBDD.git
- Navigate to the project folder:
cd MultiBagsBDD
- Run the tests with Maven:
mvn clean test
Tests should be executed in the defined order. Although this violates the principle of test independence, this approach was adopted to avoid greater complexity, considering that there is no need for parallel execution.