All Projects → allure-framework → allure-bamboo

allure-framework / allure-bamboo

Licence: Apache-2.0 license
Allure plugin for Atlassian Bamboo

Programming Languages

java
68154 projects - #9 most used programming language
FreeMarker
481 projects
Fluent
28 projects

Projects that are alternatives of or similar to allure-bamboo

allure-ruby
Allure integrations for Ruby test frameworks
Stars: ✭ 40 (+53.85%)
Mutual labels:  reporting, allure
allure-docker-service-ui
Allure Docker Service UI provides a friendly user interface for frankescobar/allure-docker-service API container.
Stars: ✭ 51 (+96.15%)
Mutual labels:  reporting, allure
allure-gradle
Allure Gradle Plugin
Stars: ✭ 62 (+138.46%)
Mutual labels:  reporting, allure
allure-docs
Allure Framework documentation
Stars: ✭ 50 (+92.31%)
Mutual labels:  reporting, allure
allure-codeception
Codeception framework adapter for Allure
Stars: ✭ 43 (+65.38%)
Mutual labels:  reporting, allure
allure-php-api
PHP API for Allure Framework
Stars: ✭ 32 (+23.08%)
Mutual labels:  reporting, allure
allure-rspec
Deprecated, use https://github.com/allure-framework/allure-ruby instead
Stars: ✭ 30 (+15.38%)
Mutual labels:  reporting, allure
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
Stars: ✭ 2,596 (+9884.62%)
Mutual labels:  reporting, allure
Jasperphp
JasperReports for PHP
Stars: ✭ 222 (+753.85%)
Mutual labels:  reporting
Bamboo
Testable, composable, and adapter based Elixir email library for devs that love piping.
Stars: ✭ 1,756 (+6653.85%)
Mutual labels:  bamboo
Helicalinsight
Helical Insight software is world’s first Open Source Business Intelligence framework which helps you to make sense out of your data and make well informed decisions.
Stars: ✭ 214 (+723.08%)
Mutual labels:  reporting
Closedxml.report
ClosedXML.Report is a tool for report generation with which you can easily export any data from your .NET classes to Excel using a XLSX-template.
Stars: ✭ 230 (+784.62%)
Mutual labels:  reporting
youtrack-worklog-viewer
A tool to keep track of the work hours you spent on issues in the YouTrack issue management system
Stars: ✭ 37 (+42.31%)
Mutual labels:  reporting
Yarg
Yet Another Report Generator - CUBA Platform reporting engine
Stars: ✭ 215 (+726.92%)
Mutual labels:  reporting
overhave
Web-framework for BDD: scalable, configurable, easy to use, based on Flask Admin and Pydantic.
Stars: ✭ 61 (+134.62%)
Mutual labels:  allure
Koolreport
This is an Open Source PHP Reporting Framework which you can use to write perfect data reports or to construct awesome dashboards using PHP
Stars: ✭ 204 (+684.62%)
Mutual labels:  reporting
Allure Docker Service
This docker container allows you to see up to date reports simply mounting your "allure-results" directory in the container (for a Single Project) or your "projects" directory (for Multiple Projects). Every time appears new results (generated for your tests), Allure Docker Service will detect those changes and it will generate a new report automatically (optional: send results / generate report through API), what you will see refreshing your browser.
Stars: ✭ 194 (+646.15%)
Mutual labels:  reporting
laracube
Code Driven Reporting Platform for Laravel.
Stars: ✭ 25 (-3.85%)
Mutual labels:  reporting
web-ui
python+selenium+pytest+allure UI 自动化框架
Stars: ✭ 199 (+665.38%)
Mutual labels:  allure
bamboo-prometheus-exporter
Prometheus Exporter For Bamboo
Stars: ✭ 18 (-30.77%)
Mutual labels:  bamboo

Allure Bamboo Plugin

This repository contains source code of Allure plugin for Atlassian Bamboo CI. It allows you to generate Allure report from existing Allure XML files.

Building and Installing

Short way

Download precompiled JAR from releases page and install it manually as described here. We use JDK 1.7+ to compile the plugin so be sure to use Java 1.7+ for running Bamboo.

Long way

  1. Set up Atlassian plugin SDK as described here.
  2. Clone this repository
  3. Run $ atlas-run
  4. Access http://localhost:6990/bamboo/ to view development instance of Bamboo
  5. Verify that plugin is working as expected
  6. Install target/allure-bamboo-plugin-VERSION.jar manually as described here.

Configuration and Usage

Please follow the guide on the official Allure docs: https://docs.qameta.io/allure/#_bamboo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].