List all tests of a group #6200
pixelbrackets
started this conversation in
Ideas
Replies: 2 comments
-
No, there is no way to do that, but it would make sense to implement |
Beta Was this translation helpful? Give feedback.
0 replies
-
The same question has been posted on Stackoverflow. Here is my answer: https://stackoverflow.com/a/74446041/1106908 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What are you trying to achieve?
It is possible to execute one or several groups of tests in Codeception. There are multiple ways to assign a test to a group (tag with
@group
annotations, add a group configuration in ayaml
or add a grouptxt
file).Is there a way to list all tests which are assigned to a specific group? Eg. “List all tests which are assigned to group »slow«”.
What do you get instead?
I tried
codecept dry-run
, but this does not accept thegroup
parameter. Andcodecept run
executes all tests, which I dont want. I only want to list the tests, like a search result.Details
Beta Was this translation helpful? Give feedback.
All reactions