- Test your smart contract by creating a foo_test.sol file (open ballot_test.sol to see the example).
-
- You will find more informations in the
documentation
- Then use the stand alone NPM module remix-tests to run unit tests in your Continuous Integration
-
https://www.npmjs.com/package/remix-tests.
-
- For more details, see
- How to test smart contracts guide in our documentation.
-
+ Test your smart contract in Solidity.
+
+ - To get started, click on "Generate test file" button
+ - To write tests, visit our documentation
+ - To run tests, select file(s) and click on "Run Tests" button
+
+ To run unit tests in your Continuous Integration & as CLI, use the stand alone NPM module
remix-tests.
+ To get support, join our
Gitter channel.
${this.updateGenerateFileAction()}