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 9b883d3 commit ef926e4Copy full SHA for ef926e4
README.md
@@ -55,6 +55,14 @@ LOCAL_MASTER_ACCOUNT=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf
55
NETWORK=<network-name> pnpm run test:e2e all
56
```
57
58
+### Run a custom ticket spec
59
+
60
+Run a single test file by pointing `--runTestsByPath` at the spec you are iterating on:
61
62
+```bash
63
+pnpm test:custom -- --runTestsByPath packages/e2e/src/tickets/drel1157-la-decryptandcombine.spec.ts
64
+```
65
66
# Running it against a local network
67
68
## Required Environment Variables
0 commit comments