jasmine / jasmine-browser-runner

Serve and run your Jasmine specs in a browser
49 stars 23 forks source link

Add support for specifying config file on command line #1

Closed slackersoft closed 5 years ago

slackersoft commented 5 years ago

Currently this will also involve setting up argument parsing in general. In order to keep the list of runtime dependencies as small as possible, we don't currently want to pull in a third-party argument parser. We will probably want to use something basic like in jasmine-npm's command.