We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1637b12 commit c8e0f68Copy full SHA for c8e0f68
tests/qit/README.md
@@ -25,6 +25,14 @@ npm run test:qit-phpstan-local # Against local development build
25
26
E2E tests use the [QIT Test Packages](https://qit.woo.com/docs/test-packages/) approach. Tests are located in `tests/qit/test-package/`.
27
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
36
```bash
37
# Run all E2E tests
38
npm run test:qit-e2e
0 commit comments