authorjapps
authorjapps
Yes, Still open. What need from the ticket is a `badge`, by clicking which will take the viewers to the code coverage page showing %age coverage. A badge will look...
I think it's worth checking if GitHub Actions provides any mechanism, then we can switch to that. Updated the subject.
@deblockt , Just going through the PR. I have some questions. 1) Are these random ports going to be deterministic? It's random, but deterministic before the run. 2) How are...
@deblockt , Just trying to figure out, Who(how) sets the properties into System properties or Env variables? Meaning - how the ports are populated into the Env variables?
ok. Then assuming `random_port` is one of the system property which holds the random port, Can't you access the following way... (already supported)? ```json { "name": "verify_person", "url": "${web.application.endpoint.host}:${SYSTEM.PROPERTY:random_port}/api/v1/persons/303022", "operation":...
@deblockt , I pinged you on the Slack couple of time... No response :-( It looks like you are lookin for some other solution. It's not clear from your PR...
Yes please, Thank you 👍 The below info might be helpful for proceeding with the ticket. e.g. When you run any test project using Zerocode, it generates the raw reports...
ignore section not getting recognized for coverage. probably path is wrong for java files.
> har2case tool to conver HAR files created by Fiddler/Charles to ZeroCode test cases @patown , sounds great. We can definitely try to help you on this. Do you have...
Yes, good one. let's generate it via the `shade` plugin and publish it. e.g. ```xml org.apache.maven.plugins maven-shade-plugin false package shade ``` >Also we might need a ticket to provide a...