Aristotle acceptance test framework is a slightly modified BDD, which eliminates the QA
Please visit Aristotle Github.
- clone the repo with
git clone https://github.com/paion-data/aristotle.git
Run the aristotle template with:
mvn clean package
docker compose up --build --force-recreate
Then navigate to the project root and run all acceptance tests with
mvn clean verify