mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update CONTRIBUTING.md
This commit is contained in:
parent
6363abdcce
commit
705a7b44cc
1 changed files with 5 additions and 0 deletions
|
@ -138,6 +138,11 @@ The standard `npm run test` task runs several sub tasks and can take several min
|
|||
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>
|
||||
|
||||
<dt><code>npm run test:dev -- --kbnServer.testsBundle.pluginId=some_special_plugin --kbnServer.plugin-path=../some_special_plugin</code></dt>
|
||||
<dd>
|
||||
Run the tests for just your particular plugin
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Distributable packages can be found in `target/` after the build completes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue