diff --git a/src/app/tabs/test-tab.js b/src/app/tabs/test-tab.js index 7bf70f93dc..df0c04d648 100644 --- a/src/app/tabs/test-tab.js +++ b/src/app/tabs/test-tab.js @@ -242,15 +242,14 @@ module.exports = class TestTab extends ViewPlugin { var el = yo`
- 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.

+
    +
  1. To get started, click on "Generate test file" button
  2. +
  3. To write tests, visit our documentation
  4. +
  5. To run tests, select file(s) and click on "Run Tests" button
  6. +
+ 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()}