Skip to content

Commit 0de99d5

Browse files
committed
add smoke test readme to more proper location v2
1 parent 46f0688 commit 0de99d5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ Connect MetaMask to `http://localhost:8545`.
2626
When freshly starting a node it is usually nedessary to also reset Metamask Account being used:
2727
- Click on Account top right icon -> settings -> advanced -> Reset Account
2828

29+
### Running Smoke Tests
30+
31+
Smoke tests can be ran in 2 modes:
32+
- Run `scripts/test/smokeTest.sh` to launch interactive mode. All the "before contract changes" parts of tests
33+
will execute and wait for the user to manually using a console performs contract changes. Once those are done
34+
hit "Enter" in the smoke test console and the second part of the tests shall be ran that validate that contract
35+
changes haven't broken basic functionality.
36+
- Run `scripts/test/smokeTest.sh --deployid [numeric_id_of_deploy]` will run smoke tests against a specific
37+
deployid. Validating that that deploy didn't break basic functionality.
38+
2939
### Runnning on Mainnet fork
3040

3141
This repository also supports running a local node via the Hardhat EVM fork implementation.

0 commit comments

Comments
 (0)