Is Allure report supported by Travis? - testing

I couldn't find any information about integration of Allure report with Travis.
Is it possible to generate Allure report on Travis?

Travis doesn't have the integration with Allure reports. But it's possible to generate the report and then send it to the hosting server where you can host and browse it.

Related

How to share allure report to stakeholders?

I have generated the allure report from my webdriverio framework and configured the report in jenkins.
How can I share the allure report from jenkins to stakeholders?
Could you please help me?
Thank you for the question.
There are several ways to make this happen:
You may provide a link to the Jenkins job which contains the report but, usually, stakeholders don't want to dive into CI. Or they don't have the necessary credentials.
You may download and archive and send it. In case there are many tests in the suite, the archive might be massive. That's also an issue.
In case you need to share reports often, I would recommend trying Allure TestOps: it's an Allure Report-based management tool providing an extremely flexible report and dashboard sharing opportunities.

GitLab Cucumber Report

I have just migrated from Jenkins to GitLab for my CI and I can not get the cucumber report as I get it in Jenkins. I believe that GitLab does not have an inbuilt plug in to publish the cucumber report. Would anyone have an idea a plug-in in GitLab that publishes the cucumber report ?
GitLab doesn't have plug-ins like Jenkins, but you can run external commands using script directive in your .gitlab-ci.yml
See "Getting started" in the vendor documentation.

Allure2 How to integrate it with Jira Xray

I am trying to integrate Allure2 reports with Jira plugin called Xray. So far i managed to generate those reports on local machine and on Jenkins server in pipeline job with Allure plugin.
Also i see that there is an actual Allure plugin called xray-plugin on Allure Framework GitHub, however instructions how to use this plugin are not clear enough for me (for example, where one should put those Jira env variables?).
Can someone here explain in more clear manner how to integrate Allure2 with x-ray?

Not able to configure Allure reports with Bamboo with allure for bamboo plugin

Could you please guide me about integration of Allure with Bamboo. I am trying with below versions to integrate:
Atlassian Bamboo version: 5.9.10
Allure for Bamboo: Version 1.7.0 • Bamboo Server 5.10.3 - 6.5.0
Allure Plugin: Version 1.1 • Bamboo Server 5.13.2 - 6.0.5
I've installed the first version of Allure Plugin, the v1.0, but I was not able to configure anything from the tool. I've also checked on a deployment projects if there was an Allure option available to use, but I didn't see anything neither. About installing the binary on bamboo's server, I'm not able to do that, and without that I'm not able to generate the necessary capability for this plugin. Also the documentation said that we can allow Allure to automatically update the binary, but all the modules from this plugin are enabled and no one of them says anything about letting bamboo to update the binary.
I am able to generate allure reports locally, Please help me for how to generate allure reports with bamboo .
As the version of Allure Plugin supports Bamboo 5.13+, it is recommended that you upgrade Bamboo to the latest supported version, so that you can contact the respective vendor when you encounter issues.

Cucumber reports to include failure reasons when integrated with jenkins

i am using Selenium Web driver with Cucumber for test automation. To see the reports i am integrating with Jenkins. I am able to see the report from jenkins. It is providing the status as Passed or failed. I need to add the reasons for these failures in the report. A new column next to status has to be included for the reasons. Can anyone please help me on this as i am new to these topics?
It might be hard to include the reason of the feature failure because reason may be different for different scenarios.
What I recommend is to publish the report over Jenkins using plusgin such as Cucumber-JVM Reports