Skip to content
Advertisement

Tag: intuit

How to run Karate tests using maven with dynamic tags

I want to execute Karate tests using maven and pass the tags dynamically to the execution. I’m using junit4 and i tried both of the approaches – parallel and simple with @RunWith annotation. @RunWith Using this approach I’m able to pass the tags to the execution dynamically, but if the karate test fails the maven build is still successful. Parallel

Advertisement