Skip to content

Commit

Permalink
add smoke test readme to more proper location
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed Feb 1, 2021
1 parent f8989c0 commit 46f0688
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contracts/scripts/compensation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ The contract goveror **must** have called `unlockAdjuster` on the contract befo
export DEPLOYER_PK=<pk>
node scripts/compensation/compensationSync.js --data-file=scripts/staking/reimbursements.csv --do-it

### Running Smoke Tests

Smoke tests can be ran in 2 modes:
- Run `scripts/test/smokeTest.sh` to launch interactive mode. All the "before contract changes" parts of tests
will execute and wait for the user to manually using a console performs contract changes. Once those are done
hit "Enter" in the smoke test console and the second part of the tests shall be ran that validate that contract
changes haven't broken basic functionality.
- Run `scripts/test/smokeTest.sh --deployid [numeric_id_of_deploy]` will run smoke tests against a specific
deployid. Validating that that deploy didn't break basic functionality.

### Sample output

Expand Down

0 comments on commit 46f0688

Please sign in to comment.