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
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: