Commit 9f83f300 authored by Aniket-Engg's avatar Aniket-Engg

suggested changes done

parent 1fd2882f
...@@ -5,13 +5,13 @@ Click the ...@@ -5,13 +5,13 @@ Click the
![double check](images/a-user-testing-icon.png) ![double check](images/a-user-testing-icon.png)
icon to get to the "Solidity Unit Testing" plugin. icon to get to the "Solidity Unit Testing" plugin.
If you haven't used this plugin before and not seeing `double check` icon, you have to activate it from Remix plugin manager. If you haven't used this plugin before and are not seeing `double check` icon, you have to activate it from Remix plugin manager.
Go to the plugin manager (by click the ![plug](images/a-plug.png) icon) and load up the unit testing plugin. Go to the plugin manager (by click the ![plug](images/a-plug.png) icon) and load up the unit testing plugin.
![](images/a-unit-testing-from-pm.png) ![](images/a-unit-testing-from-pm.png)
Now `double check` icon will appear on the left side icon bar. Clicking on icon will show UI related to unit testing. Now `double check` icon will appear on the left side icon bar. Clicking on icon will load the unit testing module in the side panel.
![](images/a-unit-testing-feature.png) ![](images/a-unit-testing-feature.png)
...@@ -42,7 +42,7 @@ Click the button "Run tests" to executes all tests whose box has been checked be ...@@ -42,7 +42,7 @@ Click the button "Run tests" to executes all tests whose box has been checked be
Continuous integration Continuous integration
---------------------- ----------------------
remix-tests is also a CLI, it can be used in a continuous integration environement which support node.js. remix-tests is also a CLI, it can be used in a continuous integration environment which support node.js.
Please find more information in the [remix-test repository](https://github.com/ethereum/remix/tree/master/remix-tests) Please find more information in the [remix-tests repository](https://github.com/ethereum/remix/tree/master/remix-tests)
See also: example [Su Squares contract](https://github.com/su-squares/ethereum-contract/tree/e542f37d4f8f6c7b07d90a6554424268384a4186) and [Travis build](https://travis-ci.org/su-squares/ethereum-contract/builds/446186067) that uses remix-tests for continuous integration testing. See also: example [Su Squares contract](https://github.com/su-squares/ethereum-contract/tree/e542f37d4f8f6c7b07d90a6554424268384a4186) and [Travis build](https://travis-ci.org/su-squares/ethereum-contract/builds/446186067) that uses remix-tests for continuous integration testing.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment