Only run scenarios that match ALL tags using Godog
I’m using Godog to perform Cucumber tests in my Go API. My tests are defined in .feature files with scenarios tagged accordingly. I’m looking for a way to run scenarios based on tags, where scenarios are executed only if specific tags are fully matched. For example, consider the following scenarios: