-
Notifications
You must be signed in to change notification settings - Fork 12k
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
ng e2e --grep issue #13020
Comments
@DmitrijK @alan-agius4 Is there any workaround to run only tagged tests(Example: '@smoke' and '@regression') from a specific test suite? In case, if there is one please let me know. |
I am also running up against this issue. @PoovinPR what we did to get around it is to use a base protractor.conf.js
protractor.<tagName>.conf.js
Then since |
This sounds like a reasonable idea. It's flexible and useful enough. This isn't a major priority right now, but we would welcome any PRs implementing this. |
Pass the "grep" and "invertGrep" flags through to the Angular Protractor builder as "jasmineNodeOpts" so that individual specs within an E2E test file can be targeted. Fixes angular#13020
Pass the "grep" and "invertGrep" flags through to the Angular Protractor builder as "jasmineNodeOpts" so that individual specs within an E2E test file can be targeted. Fixes angular#13020
Pass the "grep" and "invertGrep" flags through to the Angular Protractor builder as "jasmineNodeOpts" so that individual specs within an E2E test file can be targeted. Fixes #13020
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Desired functionality
I would like to tag Protractor tests and run them using tags. Currently
ng e2e
is not supporting --grep option:Unknown option: '--grep'
This feature would solve a problem of running tagged tests and with different tags.
The text was updated successfully, but these errors were encountered: