unit testing plugin info updated

pull/5370/head
Aniket-Engg 5 years ago
parent 1af4d403a6
commit b37e72dc8b
  1. 17
      src/app/tabs/test-tab.js

@ -242,15 +242,14 @@ module.exports = class TestTab extends ViewPlugin {
var el = yo` var el = yo`
<div class="${css.testTabView} card" id="testView"> <div class="${css.testTabView} card" id="testView">
<div class="${css.infoBox}"> <div class="${css.infoBox}">
Test your smart contract by creating a foo_test.sol file (open ballot_test.sol to see the example). Test your smart contract in Solidity.<br/><br/>
<br/> <ol>
You will find more informations in the <a href="https://remix-ide.readthedocs.io/en/latest/unittesting.html">documentation</a> <li> To get started, click on "Generate test file" button</li>
Then use the stand alone NPM module remix-tests to run unit tests in your Continuous Integration <li> To write tests, visit our <a href="https://remix-ide.readthedocs.io/en/latest/unittesting.html#write-tests" target="_blank"> documentation </a></li>
<a href="https://www.npmjs.com/package/remix-tests">https://www.npmjs.com/package/remix-tests</a>. <li> To run tests, select file(s) and click on "Run Tests" button</li>
<br/> </ol>
For more details, see To run unit tests in your Continuous Integration & as CLI, use the stand alone NPM module <a href="https://www.npmjs.com/package/remix-tests" target="_blank">remix-tests</a>.<br/>
How to test smart contracts guide in our documentation. To get support, join our <a href="https://gitter.im/ethereum/remix" target="_blank">Gitter</a> channel.
<br/>
${this.updateGenerateFileAction()} ${this.updateGenerateFileAction()}
</div> </div>
<div class="${css.tests}"> <div class="${css.tests}">

Loading…
Cancel
Save