Skip to content

Commit

Permalink
resolve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhDoDuy committed Dec 23, 2024
1 parent 24664c0 commit 9baaa19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ export MOCK_GS1_SERVICE_API_KEY=test456 # Mock GS1 service API key
## End-to-end testing
```bash
# Run end-to-end testing scripts
yarn build-clean # clean node_modules before setup
yarn install
yarn build
SEEDING=true docker compose -f docker-compose.e2e.yml up -d
chmod +x run-e2e-tests.sh
./run-e2e-tests.sh
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/issue_workflow_test/DPP/issueDPP.cy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LinkType } from "@mock-app/services";
import { LinkType } from "../../../../packages/services/src/linkResolver.service";

describe('Issue DPP end-to-end testing flow', () => {
beforeEach(() => {
Expand Down

Large diffs are not rendered by default.

0 comments on commit 9baaa19

Please sign in to comment.