79772423

Date: 2025-09-23 09:31:49
Score: 0.5
Natty:
Report link

I had the similar problem, only it was on a remote machine where the tests were executed via a azure pipeline:

- task: Maven@3       
    inputs:         
    mavenPomFile: 'pom.xml'         
    goals: 'clean verify'         
    options: '--quiet -Dfile.encoding=UTF-8 -f pom.xml -Dcucumber.options="--plugin pretty src/test/java/acceptancetests/testCases"'

It accured only after adding the --plugin/pretty part. After removing it from the command, I worked fine again. I still don't know why this plugin doesn't create the cucumber.json file.

Reasons:
  • Blacklisted phrase (1): this plugin
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mikachu