Skip to content

Commit c8e0f68

Browse files
committed
Amend test instructions
1 parent 1637b12 commit c8e0f68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/qit/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ npm run test:qit-phpstan-local # Against local development build
2525

2626
E2E tests use the [QIT Test Packages](https://qit.woo.com/docs/test-packages/) approach. Tests are located in `tests/qit/test-package/`.
2727

28+
Before running E2E tests, build the plugin package:
29+
30+
```bash
31+
npm run build:release
32+
```
33+
34+
This creates `woocommerce-payments.zip` which is used by QIT. Then run the tests:
35+
2836
```bash
2937
# Run all E2E tests
3038
npm run test:qit-e2e

0 commit comments

Comments
 (0)