Download cucumber-reporting-3.10.0.jar file

Introduction

You can download cucumber-reporting-3.10.0.jar in this page.

License

LGPL 2.1

Type List

cucumber-reporting-3.10.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.masterthought/cucumber-reporting/pom.properties
META-INF/maven/net.masterthought/cucumber-reporting/pom.xml
css/bootstrap.min.css
css/cucumber.css
css/font-awesome.min.css
fonts/FontAwesome.otf
fonts/fontawesome-webfont.eot
fonts/fontawesome-webfont.svg
fonts/fontawesome-webfont.ttf
fonts/fontawesome-webfont.woff
fonts/fontawesome-webfont.woff2
fonts/glyphicons-halflings-regular.eot
fonts/glyphicons-halflings-regular.svg
fonts/glyphicons-halflings-regular.ttf
fonts/glyphicons-halflings-regular.woff
fonts/glyphicons-halflings-regular.woff2
images/favicon.png
js/Chart.min.js
js/bootstrap.min.js
js/jquery.min.js
js/jquery.tablesorter.min.js
js/moment.min.js
net.masterthought.cucumber.Configuration.class
net.masterthought.cucumber.EmptyReportable.class
net.masterthought.cucumber.ReportBuilder.class
net.masterthought.cucumber.ReportParser.class
net.masterthought.cucumber.ReportResult.class
net.masterthought.cucumber.Reportable.class
net.masterthought.cucumber.Trends.class
net.masterthought.cucumber.ValidationException.class
net.masterthought.cucumber.generators.AbstractPage.class
net.masterthought.cucumber.generators.ErrorPage.class
net.masterthought.cucumber.generators.EscapeHtmlReference.class
net.masterthought.cucumber.generators.FailuresOverviewPage.class
net.masterthought.cucumber.generators.FeatureReportPage.class
net.masterthought.cucumber.generators.FeaturesOverviewPage.class
net.masterthought.cucumber.generators.OverviewReport.class
net.masterthought.cucumber.generators.StepsOverviewPage.class
net.masterthought.cucumber.generators.TagReportPage.class
net.masterthought.cucumber.generators.TagsOverviewPage.class
net.masterthought.cucumber.generators.TrendsOverviewPage.class
net.masterthought.cucumber.json.DocString.class
net.masterthought.cucumber.json.Element.class
net.masterthought.cucumber.json.Embedding.class
net.masterthought.cucumber.json.Feature.class
net.masterthought.cucumber.json.Hook.class
net.masterthought.cucumber.json.Match.class
net.masterthought.cucumber.json.Output.class
net.masterthought.cucumber.json.Result.class
net.masterthought.cucumber.json.Row.class
net.masterthought.cucumber.json.Step.class
net.masterthought.cucumber.json.Tag.class
net.masterthought.cucumber.json.deserializers.CucumberJsonDeserializer.class
net.masterthought.cucumber.json.deserializers.EmbeddingDeserializer.class
net.masterthought.cucumber.json.deserializers.OutputsDeserializer.class
net.masterthought.cucumber.json.deserializers.StatusDeserializer.class
net.masterthought.cucumber.json.support.Durationable.class
net.masterthought.cucumber.json.support.Resultsable.class
net.masterthought.cucumber.json.support.Status.class
net.masterthought.cucumber.json.support.StatusCounter.class
net.masterthought.cucumber.json.support.StepObject.class
net.masterthought.cucumber.json.support.TagObject.class
net.masterthought.cucumber.sorting.FeaturesAlphabeticalComparator.class
net.masterthought.cucumber.sorting.SortingFactory.class
net.masterthought.cucumber.sorting.SortingMethod.class
net.masterthought.cucumber.sorting.StepObjectAlphabeticalComparator.class
net.masterthought.cucumber.sorting.TagObjectAlphabeticalComparator.class
net.masterthought.cucumber.util.Counter.class
net.masterthought.cucumber.util.Util.class
templates/footer.vm
templates/generators/errorpage.vm
templates/generators/overviewFailures.vm
templates/generators/overviewFeatures.vm
templates/generators/overviewSteps.vm
templates/generators/overviewTags.vm
templates/generators/overviewTrends.vm
templates/generators/reportFeature.vm
templates/generators/reportTag.vm
templates/head.vm
templates/headers.vm
templates/js/features-chart.js.vm
templates/js/scenarios-chart.js.vm
templates/js/steps-chart.js.vm
templates/js/tags-chart.js.vm
templates/js/trends-chart.js.vm
templates/macros/array.js.vm
templates/macros/json/brief.vm
templates/macros/json/docstring.vm
templates/macros/json/duration.vm
templates/macros/json/element.vm
templates/macros/json/embeddings.vm
templates/macros/json/hooks.vm
templates/macros/json/message.vm
templates/macros/json/output.vm
templates/macros/json/steps.vm
templates/macros/json/tags.vm
templates/macros/page/buildinfo.vm
templates/macros/page/classifications.vm
templates/macros/page/lead.vm
templates/macros/page/navigation.vm
templates/macros/page/reportInfo.vm
templates/macros/page/title.vm
templates/macros/report/expandAllButtons.vm
templates/macros/report/reportHeader.vm
templates/macros/report/reportTable.vm
templates/macros/report/statsTable.vm

Pom

cucumber-reporting-3.10.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.masterthought</groupId>
    <artifactId>cucumber-reporting</artifactId>
    <packaging>jar</packaging>
    <version>3.10.0</version>
    <name>cucumber-reporting</name>
    <url>https://github.com/damianszczepanik/cucumber-reporting</url>

    <properties>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
        <maven.compile.encoding>UTF-8</maven.compile.encoding>

        <!-- require log4j 2.6, until 2.8 released with fix for
             https://issues.apache.org/jira/browse/LOG4J2-1642 -->
        <log4j.version>2.8.2</log4j.version>
        <powermock.version>1.7.0</powermock.version>

        <test.integration.pattern>**/*IntegrationTest*.java</test.integration.pattern>
    </properties>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <distributionManagement>
        <snapshotRepository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
        <repository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
    </distributionManagement>

    <scm>
        <connection>scm:git:git@github.com:damianszczepanik/cucumber-reporting.git</connection>
        <developerConnection>scm:git:git@github.com:damianszczepanik/cucumber-reporting.git</developerConnection>
        <url>git@github.com:damianszczepanik/cucumber-reporting.git</url>
    </scm>
    <ciManagement>
        <system>travis</system>
        <url>https://travis-ci.org/damianszczepanik/cucumber-reporting</url>
    </ciManagement>

    <description>
        Provides pretty html reports for Cucumber. It works by generating html from the cucumber json file.
    </description>

    <licenses>
        <license>
            <name>LGPL 2.1</name>
            <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <id>damianszczepanik</id>
            <name>Damian Szczepanik</name>
            <email>damianszczepanik@github</email>
        </developer>
        <developer>
            <id>kingsleyh</id>
            <name>Kingsley Hendrickse</name>
            <email>kingsley.hendrickse@gmail.com</email>
        </developer>
    </developers>

    <profiles>
        <profile>
            <id>release-sign-artifacts</id>
            <activation>
                <property>
                    <!-- will be set by the release plugin upon performing 
                         mvn release:clean release:prepare release:perform -->
                    <name>performRelease</name>
                    <value>true</value>
                </property>
            </activation>

            <properties>
                <gpg.keyname>0738FA8F</gpg.keyname>
                <release.username>Damian Szczepanik</release.username>
            </properties>

            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-gpg-plugin</artifactId>
                        <version>1.6</version>
                        <executions>
                            <execution>
                                <id>sign-artifacts</id>
                                <phase>verify</phase>
                                <goals>
                                    <goal>sign</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>

        </profile>
    </profiles>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.6.1</version>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.4</version>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar-no-fork</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.10.4</version>
                <executions>
                    <execution>
                        <id>attach-javadocs</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.jacoco</groupId>
                <artifactId>jacoco-maven-plugin</artifactId>
                <version>0.7.9</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>prepare-agent</goal>
                        </goals>
                    </execution>
                    <execution>
                        <id>report</id>
                        <phase>test</phase>
                        <goals>
                            <goal>report</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.20</version>
                <configuration>
                    <systemPropertyVariables>
                        <!-- JaCoCo runtime must know where to dump coverage: -->
                        <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
                    </systemPropertyVariables>
                    <excludes>
                        <!-- Integration tests should not be counted by code coverage -->
                        <exclude>${test.integration.pattern}</exclude>
                    </excludes>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-failsafe-plugin</artifactId>
                <version>2.20</version>
                <configuration>
                    <includes>
                        <!-- Run only integration tests -->
                        <include>${test.integration.pattern}</include>
                    </includes>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>integration-test</goal>
                            <goal>verify</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-api</artifactId>
            <version>${log4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
            <version>${log4j.version}</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.8.6</version>
        </dependency>
        <dependency>
            <groupId>org.apache.velocity</groupId>
            <artifactId>velocity</artifactId>
            <version>1.7</version>
        </dependency>
        <dependency>
            <groupId>velocity-tools</groupId>
            <artifactId>velocity-tools</artifactId>
            <version>1.4</version>
        </dependency>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
            <version>2.9.9</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.6</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.5</version>
        </dependency>
        <dependency>
            <groupId>net.lingala.zip4j</groupId>
            <artifactId>zip4j</artifactId>
            <version>1.3.2</version>
        </dependency>
        <dependency>
            <groupId>org.codehaus.plexus</groupId>
            <artifactId>plexus-utils</artifactId>
            <version>3.0.24</version>
        </dependency>
        <dependency>
            <groupId>org.jsoup</groupId>
            <artifactId>jsoup</artifactId>
            <version>1.10.3</version>
        </dependency>
        <dependency>
            <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
            <artifactId>owasp-java-html-sanitizer</artifactId>
            <version>20170515.1</version>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>20.0</version>
        </dependency>
        <!-- for testing -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jmockit</groupId>
            <artifactId>jmockit</artifactId>
            <version>1.33</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.powermock</groupId>
            <artifactId>powermock-api-mockito</artifactId>
            <version>${powermock.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.powermock</groupId>
            <artifactId>powermock-module-junit4</artifactId>
            <version>${powermock.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <version>2.8.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.masterthought</groupId>
   <artifactId>cucumber-reporting</artifactId>
   <version>3.10.0</version>
</dependency>

Download

If you think the following cucumber-reporting-3.10.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cucumber-reporting-3.10.0.jar file




PreviousNext

Related