serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
178 stars 280 forks source link

Different results of running gradlew locally and on Bamboo #150

Open SuchSkill opened 3 weeks ago

SuchSkill commented 3 weeks ago

Executing same command with gradlew locally(on mac) produces report as expected with SERENITY-JUNIT files while on Bamboo missing them.

Executed tests are visible in build/reports and build/test-results

Please advise on what info is needed to debug it.? Running gradlew with info and debug options didn't give any hints on what might be wrong so I'm out of ideas.

Gradle 8.8 build.gradle same as in starter except for java 17 timeline report produced as expected