Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
add plugins option to browser tests
Browse files Browse the repository at this point in the history
used to pass your own testsBundle.pluginIds to the test runner
  • Loading branch information
w33ble committed Dec 15, 2016
1 parent e7dffb6 commit d370d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/plugin-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));

Expand Down

0 comments on commit d370d74

Please sign in to comment.