-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
35 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 0 additions & 47 deletions
47
athena-examples/athena-example-acceptance-tests/Dockerfile
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
athena-examples/athena-example-acceptance-tests/Dockerfile-startup.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
Athena Acceptance Test Framework | ||
================================ | ||
|
||
![Cucumber Badge][Cucumber Badge] | ||
|
||
Athena acceptance test framework is a slightly modified BDD, which | ||
[eliminates the QA](https://spectrum.ieee.org/yahoos-engineers-move-to-coding-without-a-net) | ||
|
||
To run all acceptance tests, run | ||
The acceptances tests runs against the | ||
[book example application](https://github.com/QubitPi/athena/tree/master/athena-examples/athena-example-books), which | ||
can be brought up using its dedicated Docker Compose: | ||
|
||
```console | ||
cd athena/athena-examples/athena-example-books/ | ||
docker compose up | ||
``` | ||
|
||
```bash | ||
cd athena-acceptance-tests/ | ||
Then run all acceptance tests with | ||
|
||
```console | ||
mvn clean verify | ||
``` | ||
|
||
[Cucumber Badge]: https://img.shields.io/badge/Cucumber-23D96C?style=for-the-badge&logo=cucumber&logoColor=white |
34 changes: 0 additions & 34 deletions
34
athena-examples/athena-example-acceptance-tests/docker-compose.yml
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
athena-examples/athena-example-acceptance-tests/mysql-init.sql
This file was deleted.
Oops, something went wrong.