Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Support filtering the report with multiple tags #39

Open
jkuester opened this issue Apr 3, 2020 · 1 comment
Open

Support filtering the report with multiple tags #39

jkuester opened this issue Apr 3, 2020 · 1 comment

Comments

@jkuester
Copy link
Collaborator

jkuester commented Apr 3, 2020

Currently we only support filtering the report by a single tag.

We should support filtering based on more complex logical expressions involving multiple tags. (Similar to what the cucumber framework already allows when running Cucumber tests).

@jkuester
Copy link
Collaborator Author

Here is some more info on how Cucumber tag expressions are setup:
https://cucumber.io/docs/cucumber/api/#tags

Most importantly, they are just infix boolean expressions using and, or, and not operators along with parenthesis to define more complex logic.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant