@Nico-Kaufmann
I understand. We launch test case on 2 different configurations (A and B).
If we detect config A some TC should not run so we have a simple condition like this:
if config == A:
test.skip()
Maybe there is a better solution but because we have a lot of cases we can't just put on the cmd which test cases should be ignore.
Maybe if we play with tags it can be better.
@Nico-Kaufmann
Thank you for your answer. It seems that we have the 3.1.0 version. I will check with the IT team if it's possible to update this.
a5bbf4e7-9bba-4245-bef8-f74fdd848853-image.png