Skip to content

Commit

Permalink
fixup! Improved Cucumber tests and used WireMock
Browse files Browse the repository at this point in the history
  • Loading branch information
allouis committed Aug 13, 2024
1 parent d470829 commit 8bed614
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ services:
depends_on:
mysql-testing:
condition: service_healthy
healthcheck:
test: "wget --spider http://0.0.0.0:8083/ping"
interval: 1s
retries: 120

cucumber-tests:
build: .
Expand All @@ -70,8 +74,10 @@ services:
- NODE_ENV=testing
command: yarn run cucumber-js
depends_on:
- wiremock
- activitypub-testing
wiremock:
condition: service_started
activitypub-testing:
condition: service_healthy


mysql-testing:
Expand Down

0 comments on commit 8bed614

Please sign in to comment.