I am configuring allure reports in my existing automation framework that consist of Java, maven, cucumber and junit. I've configured it rightly by following allure documentation (https://docs.qameta.io/allure/#_cucumber_jvm). But when i am running mvn test , it gives following exception: The forked VM terminated without saying properly goodbye. VM crash or System.exit called...
It is not able to load "-Dcucumber.options="--plugin io.qameta.allure.cucumber4jvm.AllureCucumber4Jvm" Can someone please help me?
PS: It generates the report when i am running tests from feature files, but i need to run it through maven because i have to integrate these results in jenkins pipeline" Can someone please help me?
Refer to these similar issues:
The forked VM terminated without properly saying goodbye. VM crash or System.exit called