At any point of time my parallel executing are completing but ending up with only one report.. second pipeline report over writes the first report.. how this needs to be handled?
is there a way to generate reports if test fails? currently for me it only generates report when test passes. when test assertion fails i get below error. I'm using jenkins file just like your demo. 2021-02-19 11:42:39.288 | . Stage "Cucumber Reports" skipped due to earlier failure(s) reports are generated locally even when test fails, but not on Jenkins.
If I run this from jenkinfile I always get an error cucumber:command not found. I did local install of cucumber module (under node module) and now I also see cucumber replaced with @cucumber/cucumber can you please help?
Hi nice video I have cucumber reports plugin, able to generate reports in pipeline ,but how to email this if I try to email cucumber.json it comes as string and Is not recognised as report on email body, please can you show this
Is there a way we can edit the titles of the Cucumber Report table?(i.e in this one it says Steps, Scenarios and Features but I want to change the string for those)
@@TechPrimers it doesn't for me if it fails in Jenkins. I get below error 2021-02-19 11:42:39.288 | . Stage "Cucumber Reports" skipped due to earlier failure(s) it generates reports locally wehn test fails but not on jenkins, Am i missing some thing?
How to email this report through jenkins pipeline I am using emailext body:"Test" attachmentsPattern:"**/*.html" But mail is getting generated without any attachments. Can anyone please help
Hi, The video was helpful. However, as an extension to the above video, I would also like to send the generated Cucumber report as part of a mail body (not an attachment or link) without installing any Jenkins plugin for downloading the report. (Do not have access to our project's "Manage Jenkins" option) Already written the pipeline script for email notification which works fine but not able to find a solution for embedding the report in the mail body. Can you please help?
@@shruthynair6796 Gr8...i did send a sample too through pipeline or did u use pipeline or some other method.Can you please DM on vsharma15041981@gmail.com