Download allure-core-module-4.12.0.6.jar file - Jar a

Jar examples for a:allure-core-module

Description

Allure Test Framework Core is responsible for: * Test report with logs and/or screenshots * Test groups/tags * Data Driven (inside test case, external file) * Test case parallel execution * BDD - Gherkin ? Cucumber approach * Run on independent OperatingSystem * Externalize test environment (DEV, QA, PROD) * Adding analytics source code * Update Observers Based on Junit4.12

You can download jar file allure-core-module 4.12.0.6 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add allure-core-module-4.12.0.6.jar to your project.

<dependency>
   <groupId>com.capgemini.ntc</groupId>
   <artifactId>allure-core-module</artifactId>
   <version>4.12.0.6</version>
</dependency>
compile group: 'com.capgemini.ntc', name: 'allure-core-module', version: '4.12.0.6'
libraryDependencies += "com.capgemini.ntc" % "allure-core-module" % "4.12.0.6"
<dependency org="com.capgemini.ntc" name="allure-core-module" rev="4.12.0.6"/>
@Grapes(@Grab(group='com.capgemini.ntc', module='allure-core-module', version='4.12.0.6'))
'com.capgemini.ntc:allure-core-module:jar:4.12.0.6'

Download

Click the following link to download the jar file.

allure-core-module-4.12.0.6-javadoc.jar
allure-core-module-4.12.0.6-sources.jar
allure-core-module-4.12.0.6.jar
allure-core-module-4.12.0.6.pom



Related Tutorials