You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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:
I'd have to think whether there are any issues adding many individual suites if many urls were supplied...
The text was updated successfully, but these errors were encountered: