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

CLI filters for paths and browsers #107

Closed
jzaefferer opened this issue Feb 6, 2015 · 3 comments
Closed

CLI filters for paths and browsers #107

jzaefferer opened this issue Feb 6, 2015 · 3 comments

Comments

@jzaefferer
Copy link
Contributor

Using browserstack-runner on a project with a dozen test_path entries and a dozen browsers, I find myself editing the config whenever I need to run a subset of those browsers against a subset of paths. I have to remember reverting those changes to avoid accidentally committing them.

An idea to address that: Two extra CLI options to filter both paths and browsers, so the usage could look something like this:

browserstack-runner -p menu -b chrome

That would match all paths that contain "menu" and all browsers that contain "chrome", based on what's in the configuration.

Would be good to get some input from others, maybe there's a better way to achieve the same thing.

@dbollinger
Copy link

+1

Would also be useful to specify browser version (i.e. chrome:39) and OS/device.

@tchakabam
Copy link

I came up with a little tool recently that might be at least helpful in that direction, even if not the same approach:

https://github.com/tchakabam/browserstack-select

It's not exactly what's requested here but can be useful to others still when wanting to deal with the "full range" of possibilities :)

It's not perfect yet, but I know where I want it to go (see wishlist in readme).

@mohitmun
Copy link
Contributor

Released in v0.9.0

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

4 participants