mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Add documentation for npm run mocha scripts
This commit is contained in:
parent
5259e2d017
commit
048f05189a
1 changed files with 6 additions and 0 deletions
|
@ -100,6 +100,12 @@ The standard `npm run test` task runs several sub tasks and can take several min
|
|||
<br>
|
||||
<img src="http://i.imgur.com/DwHxgfq.png">
|
||||
</dd>
|
||||
|
||||
<dt><code>npm run mocha [test file or dir]</code> or <code>npm run mocha:debug [test file or dir]</code></dt>
|
||||
<dd>
|
||||
Run a one off test with the local project version of mocha, babel compilation, and optional debugging. Great
|
||||
for development and fixing individual tests.
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
### Functional UI Testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue