a

allure-core-module

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
https://github.com/devonfw/devonfw-testing
The Apache License, Version 2.0
Capgemini - Nearshore Test Center - Poland
Lukasz Stefaniszyn
Files download
File Operation
allure-core-module-4.12.0.6.jar download
allure-core-module-4.12.0.6.pom download
allure-core-module-4.12.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.capgemini.ntc</groupId>
  <artifactId>allure-core-module</artifactId>
  <version>4.12.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.capgemini.ntc:allure-core-module:4.12.0.6'
Gradle Kotlin
implementation("com.capgemini.ntc:allure-core-module:4.12.0.6")
Scala SBT
libraryDependencies += "com.capgemini.ntc" % "allure-core-module" % "4.12.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.capgemini.ntc', module='allure-core-module', version='4.12.0.6')
)
Apache Ivy
<dependency org="com.capgemini.ntc" name="allure-core-module" rev="4.12.0.6" />
Leiningen
[com.capgemini.ntc/allure-core-module "4.12.0.6"]
Apache Buildr
'com.capgemini.ntc:allure-core-module:jar:4.12.0.6'