File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,16 @@ Connect MetaMask to `http://localhost:8545`.
2626When 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
3141This repository also supports running a local node via the Hardhat EVM fork implementation.
You can’t perform that action at this time.
0 commit comments