From 46f0688c1fa260a1c037a7595ed4e23998004247 Mon Sep 17 00:00:00 2001 From: Domen Grabec Date: Mon, 1 Feb 2021 23:26:17 +0100 Subject: [PATCH] add smoke test readme to more proper location --- contracts/scripts/compensation/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/contracts/scripts/compensation/README.md b/contracts/scripts/compensation/README.md index f76ac006c8..590d4b1ff5 100644 --- a/contracts/scripts/compensation/README.md +++ b/contracts/scripts/compensation/README.md @@ -16,15 +16,6 @@ The contract goveror **must** have called `unlockAdjuster` on the contract befo export DEPLOYER_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