License |
License |
---|---|
GroupId | GroupIdcom.capgemini.ntc |
ArtifactId | ArtifactIdallure-core-module |
Version | Version4.12.0.6 |
Type | Typejar |
Description |
DescriptionAllureTestFramework - Test 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
|
Project URL |
Project URL |
Project Organization |
Project OrganizationCapgemini - Nearshore Test Center - Poland |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
allure-core-module-4.12.0.6.pom | |
allure-core-module-4.12.0.6.jar | 49 KB |
allure-core-module-4.12.0.6-sources.jar | 6 bytes |
allure-core-module-4.12.0.6-javadoc.jar | 261 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.capgemini.ntc/allure-core-module/ -->
<dependency>
<groupId>com.capgemini.ntc</groupId>
<artifactId>allure-core-module</artifactId>
<version>4.12.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-core-module/
implementation 'com.capgemini.ntc:allure-core-module:4.12.0.6'
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-core-module/
implementation ("com.capgemini.ntc:allure-core-module:4.12.0.6")
'com.capgemini.ntc:allure-core-module:jar:4.12.0.6'
<dependency org="com.capgemini.ntc" name="allure-core-module" rev="4.12.0.6">
<artifact name="allure-core-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.capgemini.ntc', module='allure-core-module', version='4.12.0.6')
)
libraryDependencies += "com.capgemini.ntc" % "allure-core-module" % "4.12.0.6"
[com.capgemini.ntc/allure-core-module "4.12.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-csv | jar | 1.1 |
junit : junit | jar | 4.12 |
pl.pragmatists : JUnitParams | jar | 1.0.4 |
org.junit.platform : junit-platform-surefire-provider | jar | 1.0.0-M2 |
org.mockito : mockito-core | jar | 1.8.5 |
org.apache.logging.log4j : log4j-api | jar | 2.2 |
org.apache.logging.log4j : log4j-core | jar | 2.2 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
ru.yandex.qatools.allure : allure-junit-adaptor | jar | 1.5.4 |
ru.yandex.qatools.allure : allure-java-annotations | jar | 1.5.4 |
ru.yandex.qatools.allure : allure-report-data | jar | 1.5.4 |
ru.yandex.qatools.allure : allure-maven-plugin | jar | 2.6 |
ru.yandex.qatools.allure : allure-cucumber-jvm-adaptor | jar | 1.6.3 |
org.aspectj : aspectjweaver | jar | 1.8.9 |
com.googlecode.junit-toolbox : junit-toolbox | jar | 2.4 |
org.json : json | jar | 20160810 |
com.google.inject : guice | jar | 4.1.0 |
org.jasypt : jasypt | jar | 1.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |