Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Enhance acceptance tests README (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Apr 18, 2024
1 parent ac3dfc6 commit f7f508a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion athena-examples/athena-example-acceptance-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ docker compose up
Then navigate to the project root and run all acceptance tests with

```console
mvn clean verify
mvn clean verify -P acceptance-test
```

> [!NOTE]
> The `acceptance-test` profiles runs acceptance tests only and skips all Groovy Spock and IT tests.
[Cucumber Badge]: https://img.shields.io/badge/Cucumber-23D96C?style=for-the-badge&logo=cucumber&logoColor=white

0 comments on commit f7f508a

Please sign in to comment.