Generate reports from interuppted test

I am running the Load Test on a gitlab pipeline. Ideally the reports will be published to artefacts when the test is completed but the pipeline was interuppted and test could not complete and hence no reports were generated.

Is there a way to fetch the reports from interuppted pipeline?

Honestly no idea. You can generate reports from interrupted tests locally with the --reports-only option but that requires you to know the name of the folder that contains the log file.

Then, you also have the option of Gatling Cloud that provides a GitLabCI integration and that would NOT suffer from this as the stats are reported in real time.

1 Like

How can I run --reports-only with gradle project?

Not supported in the gradle plugin. Only available on maven, sbt and bundle.
Contribution welcome :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.