Skip to content

Commit ef926e4

Browse files
committed
docs(test): add a command to test custom spec file
1 parent 9b883d3 commit ef926e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ LOCAL_MASTER_ACCOUNT=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf
5555
NETWORK=<network-name> pnpm run test:e2e all
5656
```
5757

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+
5866
# Running it against a local network
5967

6068
## Required Environment Variables

0 commit comments

Comments
 (0)