Updated Testing (markdown)

Kazuki Nakanishi 2017-12-01 11:45:31 +00:00
parent 776b0743d9
commit 1c11a5ce09
1 changed files with 1 additions and 1 deletions

@ -193,7 +193,7 @@ Once all tests finished, open `index.html` in `coverage/lcov-report` directory t
If the source code that you developed is all covered by your test scripts, it is ok to send a pull request.
### Testing editor
Currently, there is only a few test scripts for Node-RED editor. To run a UI test scripts:
To run a UI test scripts, you need to install chrome browser first. After you install it, run the command:
```
grunt test-ui
```