Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Pass --grep to protractor #188

Open
joeheyming opened this issue Sep 27, 2017 · 0 comments
Open

Pass --grep to protractor #188

joeheyming opened this issue Sep 27, 2017 · 0 comments

Comments

@joeheyming
Copy link

If I have:
grunt.registerTask('test', ['clean', 'protractor']);

If I run:
grunt test --grep 'my test'

I'd like that to pass --grep to the protractor command. (seen here: angular/protractor#164 (comment))

I looked at the protractor runner source and did not see this

Currently I'm using fit() and fdescribe(), I guess that is good enough. But if I want to instruct non-javascript devs how to run my integration tests, they won't want to edit javascript.

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

No branches or pull requests

1 participant