gradle-allure-plugin | Gradle plugin generating Allure report from test results | Plugin library

 by   d10xa Groovy Version: v0.5.5 License: Apache-2.0

kandi X-RAY | gradle-allure-plugin Summary

kandi X-RAY | gradle-allure-plugin Summary

gradle-allure-plugin is a Groovy library typically used in Plugin, Gradle applications. gradle-allure-plugin has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Gradle Allure Plugin allows you to integrate Allure into spock, testng and junit tests.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              gradle-allure-plugin has a low active ecosystem.
              It has 22 star(s) with 3 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 4 open issues and 9 have been closed. On average issues are closed in 18 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of gradle-allure-plugin is v0.5.5

            kandi-Quality Quality

              gradle-allure-plugin has 0 bugs and 2 code smells.

            kandi-Security Security

              gradle-allure-plugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              gradle-allure-plugin code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              gradle-allure-plugin is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              gradle-allure-plugin releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 85 lines of code, 4 functions and 6 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gradle-allure-plugin
            Get all kandi verified functions for this library.

            gradle-allure-plugin Key Features

            No Key Features are available at this moment for gradle-allure-plugin.

            gradle-allure-plugin Examples and Code Snippets

            Gradle Allure Plugin,Basic usage
            Groovydot img1Lines of Code : 22dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            buildscript {
                repositories {
                    jcenter()
                }
                dependencies {
                    classpath "ru.d10xa:gradle-allure-plugin:0.5.5"
                }
            }
            
            apply plugin: 'ru.d10xa.allure'
            
            allure {
                aspectjweaver = true
                
                // Choose your test framework. 
               
            Gradle Allure Plugin,Full configuration
            Groovydot img2Lines of Code : 19dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            allure {
                aspectjweaver = true
                
                junit = true
                testNG = false
                spock = false
                
                geb = false
                
                allureResultsDir = "$buildDir/allure-results"
                allureReportDir = "$buildDir/allure-report"
                
                allureVersion = "1.4.24.  
            Gradle Allure Plugin,Tasks,allureReport
            Groovydot img3Lines of Code : 11dot img3License : Permissive (Apache-2.0)
            copy iconCopy
            tasks.withType(Test)*.finalizedBy allureReport
            
            tasks.remove allureReport
            
            allureReport {
                from(
                        "${project(':moduleA').buildDir}/allure-results",
                        "${project(':moduleB').buildDir}/my-allure-results",
                )
                to '$buildDir  

            Community Discussions

            Trending Discussions on gradle-allure-plugin

            QUESTION

            Allure generates empty reports page on local machine
            Asked 2017-Aug-26 at 13:04

            As the title says I cannot force Allure 2 to generate reports for me on local machine. I've tried a lot of things from Google but nothing helped. I use Kotlin+Selenide+TestNG to write tests, if it helps somehow :) I'm a little bit confused with Allure because it has version for testNG and version for Gradle - which one should be used? Both? Here's my build.gradle file:

            ...

            ANSWER

            Answered 2017-Aug-26 at 13:04

            The problem is that ru.d10xa:gradle-allure-plugin:0.5.5 is not support Allure 2. We are working on brand new Allure Gradle plugin that available here https://github.com/allure-framework/allure-gradle

            At the moment you can use allure-commandline to generate the report at local machine and Allure Jenkins/Teamcity plugin to generate the report on CI.

            Update

            New Allure Gradle plugin that supports Allure 2 is available now. See the docs https://docs.qameta.io/allure/2.0/#_gradle_3 for more details.

            Source https://stackoverflow.com/questions/44131517

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install gradle-allure-plugin

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/d10xa/gradle-allure-plugin.git

          • CLI

            gh repo clone d10xa/gradle-allure-plugin

          • sshUrl

            git@github.com:d10xa/gradle-allure-plugin.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link