Pete Edwards
Pete Edwards
It hasn't arrived there yet but I look forward to testing it out when it does. I was already using the direct dependencies in the pom as you suggest above...
Good news - this is all working for me: ``` 2.9.2.Final 1.2.1.RC2 22.0.0.2 ``` I tried this with Graal 22.1.0.1 but the process just locks up but this could be...
In case it helps, my project uses Graal 22.1.0 with Karate 1.3.0.RC2: https://github.com/solid-contrib/conformance-test-harness/blob/main/pom.xml
+1 This is a great solution, thanks.
That all looks good to me. I wasn't sure about the problems with allowing a `callonce` mode but I agree that since you can achieve the same thing within the...
To check my own understanding, I think you were saying you will not add a flag to `@setup` marking it as `callonce` mode, but rather you will allow `callonce` to...
I'm interested in how this affects the reports. I currently generate a report for each test that includes the background and scenario steps. I suspect the setup steps will not...
To run a single test, or group of tests you can add a filter param (of multiples) using a string to match something in the manifest IRIs. For the example...
I will have a look at the workflow artefact idea but as an interim measure, if you have the output report saved, can you use the URL from the test...
I'm happy to have suggestions on how to make those numbers communicate more clearly. They represent a count of the requirements where the server passes all tests versus the number...