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:
Joe Fleming 2016-12-15 12:40:10 -07:00
parent 8b6ac6469c
commit 47595e7bdd

View file

@ -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'));