We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have custom scripts (for android, and a hacky one for loading IE on a VM). Rather than using e.g
--browsers Chrome,PhantomJS,tools/bin/android-browser
I'd love to be able to just specify:
--browsers Chrome,Android
And have my scripts aliased to a browser name in my config. E.g something like:
browsers: [ 'Chrome', 'PhantomJS', ['Manual', 'tools/bin/manual-browser'], ['Android', 'tools/bin/android-browser'], ],
Or something similar.
Is it possible? Would a patch be accepted? Any preferred format (for the config)?
The text was updated successfully, but these errors were encountered:
While reading some other issues I came across #278 - looks like this is a dupe of that.
Sorry, something went wrong.
@gfxmonk yep, but thanks for your work !
No branches or pull requests
I have custom scripts (for android, and a hacky one for loading IE on a VM). Rather than using e.g
I'd love to be able to just specify:
And have my scripts aliased to a browser name in my config. E.g something like:
Or something similar.
Is it possible? Would a patch be accepted? Any preferred format (for the config)?
The text was updated successfully, but these errors were encountered: