Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take urls from the command line #8

Open
nrabinowitz opened this issue Jan 4, 2012 · 0 comments
Open

Take urls from the command line #8

nrabinowitz opened this issue Jan 4, 2012 · 0 comments

Comments

@nrabinowitz
Copy link
Owner

Settings in pjs.config() will cascade down to all suites. So you could set your suite settings this way, and then add a conditional block to the CL argument parsing, around here, that would check for urls instead of file names, and, if found, do:

pjs.addSuite({ url: configFile });

I'd have to think whether there are any issues adding many individual suites if many urls were supplied...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant