mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
add plugins option to browser tests
used to pass your own testsBundle.pluginIds to the test runner Original commit: elastic/kibana-plugin-helpers@d370d74bd4
This commit is contained in:
parent
8b6ac6469c
commit
47595e7bdd
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ program
|
|||
.command('test:browser')
|
||||
.description('Run the browser tests in a real web browser')
|
||||
.option('--dev', 'Enable dev mode, keeps the test server running')
|
||||
.option('-p, --plugins <plugin-ids>', 'Manually specify which plugins\' test bundles to run')
|
||||
.on('--help', docs('test/browser'))
|
||||
.action(run('test/browser'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue