jasmine / jasmine-browser-runner

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

ability to specify a configuration filename other than jasmine-browser.json #36

Closed bicarbon8 closed 1 year ago

bicarbon8 commented 1 year ago

Request:

a way of specifying the filename of the jasmine-browser.json config file to be used

Purpose:

Additional Notes:

sgravrock commented 1 year ago

That's already supported via the --config= option.

bicarbon8 commented 1 year ago

ah, apologies... had seen the documentation only referred to jasmine-browser.json and any usage of the config option pertained to jasmine config and not jasmine browser config so I missed that it was supported