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

Named aliases for custom browser scripts #531

Closed
timbertson opened this issue May 6, 2013 · 2 comments
Closed

Named aliases for custom browser scripts #531

timbertson opened this issue May 6, 2013 · 2 comments

Comments

@timbertson
Copy link
Contributor

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)?

@timbertson
Copy link
Contributor Author

While reading some other issues I came across #278 - looks like this is a dupe of that.

@vojtajina
Copy link
Contributor

@gfxmonk yep, but thanks for your work !

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

No branches or pull requests

2 participants