allure-framework / allure2

Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process
https://allurereport.org/
Apache License 2.0
4.11k stars 703 forks source link

Allure report plugin for Bamboo Specs #1178

Open vitaliisotnichenko opened 3 years ago

vitaliisotnichenko commented 3 years ago

We use Bamboo Specs to organise our pipeline. Allure plugin is available for Bamboo jobs but we'd like to have the same thing for Bamboo Specs, because for us history and trends are crucial points Can we get an Allure Plugin for this goal?

rasikmhetre commented 1 year ago

Any updates on this? did you manage to enable allure report plugin via bamboo specs?

ianhlavats commented 3 months ago

I did get Allure working with Bamboo specs but I don't recommend Allure Report for Bamboo for private projects because the report is exposed by the Allure servlet outside the Bamboo instance without authentication.

After installing and configuring the Bambo plugin as per the documentation, here's the YAML I used for Bamboo specs:

other:
  concurrent-build-plugin: system-default
  force-stop-build: true
  all-other-apps:
    custom:
      buildExpiryConfig.enabled: 'false'
      allure:
        artifact.name: Allure Results
        config:
          failed.only: 'false'
          executable: allure-2.21.0
          enabled: 'true'