Use tags with go test command #534
Unanswered
gabrielcartellivia
asked this question in
Q&A
Replies: 1 comment
-
Please check #495 (comment). And then have something like
|
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
-
Hi,
I wanna use cucumber tags. How can I do it with
go test
command considering the deprecation of godog CLI?E.g.: I wanna execute just the scenario with tag @smoke
My code:
Beta Was this translation helpful? Give feedback.
All reactions