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 Jul 29, 2024. It is now read-only.
But, it appears that specifying exclude on a capability-level doesn't work? Missing functionality?
The use case: I would like to run a specific spec in a specific browser with specific capabilities, other tests/specs should run on a different browser. In other words, I need to exclude one spec from running on one capability and set it to run on a different one. Currently, since I have a simple case, I can proceed with setting exclude on a global level, but what if I have more capabilities and tests to exclude?
Add the option to exclude spec files for a specific capability.
This way you can ignore spec files for one capability only.
For example if the test is known to fail in the capability.
Closesangular#1230
Add the option to exclude spec files for a specific capability.
This way you can ignore spec files for one capability only.
For example if the test is known to fail in the capability.
Closesangular#1230
hvdb
pushed a commit
to hvdb/protractor
that referenced
this issue
Sep 30, 2014
Add the option to exclude spec files for a specific capability.
This way you can ignore spec files for one capability only.
For example if the test is known to fail in the capability.
Closesangular#1230
It is possible to specify capability-specific
specs
:And it is possible to specify
exclude
"globally":But, it appears that specifying
exclude
on a capability-level doesn't work? Missing functionality?The use case: I would like to run a specific spec in a specific browser with specific capabilities, other tests/specs should run on a different browser. In other words, I need to exclude one spec from running on one capability and set it to run on a different one. Currently, since I have a simple case, I can proceed with setting
exclude
on a global level, but what if I have more capabilities and tests to exclude?Current configuration:
Hope that makes sense. Thanks.
The text was updated successfully, but these errors were encountered: