How to add markers with a wild card to pytest ini #14236
|
Hey Guys, I have auto generated markers like: How can I supress this warning or add wildcard into |
Replies: 3 comments 5 replies
|
there is no wildcard support - why are you not using parameters to markers |
|
Another system adds a random tag to each test BDD scenario like We inherit this and we cannot do anything about it. Hence for every |
|
use the pytest_bdd_apply_tag hook of pytest_bdd to implement this note that i never used pytest-bdd myself |
use the pytest_bdd_apply_tag hook of pytest_bdd to implement this
note that i never used pytest-bdd myself