No main manifest attribute in camunda-process-test-coverage-junit5-platform-7-2.6.0.jar

getting no main manifest attribute, while running camunda process test coverage from commandline.
main-class attribute is not there in Manifest file like below
junit-platform-console-standalone.jar.
Report is generating when build the project in Intellij IDE but not working while executing from command line

Hi @Laxmikanth.
Why are you expecting to run the jar on the command line?
Please view the documentation on how to integrate the process test coverage into your build (maven or gradle) or your JUnit or spring-test tests:

@rohwerj, Thanks for quick reply,
I followed mentioned document and report is generating under tager/process-test-coverage.
plan is to include this report in regression report and this we geenrating and sending report mail to group for success/failure.
we generated , Junit, JMeter and cypress for project but this is not including part of JUnit report, so plan to check in local run through command line and add this command in shell script .

Report is generated in local like below but plan is to include this report in regression

Sorry for the late reply.
I don’t totally understand your requirement.
The extension is designed to integrate with JUnit testing framework or spring testing framework.
Normally this can easily be included when doing a Maven build. Afterwards the report can be viewed as JSON or as a webpage using bpmn-js to visualize the model (and some additions for the coverage).