Replies: 1 comment 4 replies
-
Yes, you can use Additionally you can use the Spock configuration file to configure include and excludes based on arbitrary annotations, arbitrary base classes, which can also be calculated for example from some value given from outside like a Gralde build script: https://spockframework.org/spock/docs/2.3/all_in_one.html#_include_and_exclude |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to add tags to classes and/or methods so only the test classes/methods with certain tags are executed?
We are trying to migrate tests from Robot Framework into Spock and this is a strong requirement for us, though not sure if Spock supports this.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions