Skip to content

Commit

Permalink
Update README and docker compose e2e file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhDoDuy committed Dec 20, 2024
1 parent dae8de6 commit 5d9872a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export MOCK_GS1_SERVICE_API_KEY=test456 # Mock GS1 service API key
## End-to-end testing
```bash
# Run end-to-end testing scripts
docker-compose up -d
SEEDING=true docker compose -f docker-compose.e2e.yml up -d
yarn start:e2e-test
yarn cypress run
```
9 changes: 9 additions & 0 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,14 @@ services:
- identity-resolver-service
- mock-global-gs1-resolver

app:
build:
context: .
dockerfile: Dockerfile
args:
CONFIG_FILE: app-config.e2e.json
ports:
- "3003:80"

volumes:
vckit-data:

0 comments on commit 5d9872a

Please sign in to comment.