What’s the purpose of karate-junit5 when you can run tests without it?
Great question and I can answer this. You are right, directly using the Runner class is sufficient, and this is the only way to run tests in parallel. However, if you use the JUnit runner you get the “green bar” experience you are used to as a Java developer and we make sure the IDE … Read more