Replies: 1 comment 6 replies
-
Could you explain more your use case? What's the reason for requiring a tag for every test/describe block? |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hey mate @mskelton! You’re doing great work! What do you think about adding a new rule to detect required tags in test.describe? The allowed and disallowed tag rule covers most cases, but when you need to enforce a strict policy on your annotations and ensure that every required tag is applied, you’re completely powerless.
It could be extremely helpful if your team has its own requirements for tag annotations and wants to validate them. It’s also useful if you’re running tests through a TestOps process with Allure (or similar) and you have to provide strict tag to generate doca from your tests.
I actually ran into the same problem on my project and have already implemented it in my custom config. Happy to share it with everyone!
Beta Was this translation helpful? Give feedback.
All reactions