License |
License |
---|---|
GroupId | GroupIdcom.capgemini.mrchecker |
ArtifactId | ArtifactIdmrchecker-core-module |
Last Version | Last Version5.7.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMrChecker - Test core - Module
MrChecker 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 Junit5
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.capgemini.mrchecker/mrchecker-core-module/ -->
<dependency>
<groupId>com.capgemini.mrchecker</groupId>
<artifactId>mrchecker-core-module</artifactId>
<version>5.7.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.capgemini.mrchecker/mrchecker-core-module/
implementation 'com.capgemini.mrchecker:mrchecker-core-module:5.7.0.7'
// https://jarcasting.com/artifacts/com.capgemini.mrchecker/mrchecker-core-module/
implementation ("com.capgemini.mrchecker:mrchecker-core-module:5.7.0.7")
'com.capgemini.mrchecker:mrchecker-core-module:jar:5.7.0.7'
<dependency org="com.capgemini.mrchecker" name="mrchecker-core-module" rev="5.7.0.7">
<artifact name="mrchecker-core-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.capgemini.mrchecker', module='mrchecker-core-module', version='5.7.0.7')
)
libraryDependencies += "com.capgemini.mrchecker" % "mrchecker-core-module" % "5.7.0.7"
[com.capgemini.mrchecker/mrchecker-core-module "5.7.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
io.qameta.allure : allure-java-commons | jar | 2.13.3 |
org.aspectj : aspectjweaver | jar | 1.9.5 |
org.json : json | jar | 20160810 |
org.jasypt : jasypt | jar | 1.9.2 |
io.cucumber : cucumber-java | jar | 6.7.0 |
io.cucumber : cucumber-java8 | jar | 6.7.0 |
io.cucumber : cucumber-core | jar | 6.7.0 |
io.cucumber : cucumber-junit | jar | 6.7.0 |
io.cucumber : cucumber-junit-platform-engine | jar | 6.7.0 |
net.masterthought : cucumber-reporting | jar | 5.3.1 |
io.cucumber : gherkin | jar | 15.0.2 |
com.intellij : forms_rt | jar | 7.0.3 |
com.google.inject : guice | jar | 4.1.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.mockito : mockito-core | jar | 2.27.0 |
org.apache.commons : commons-csv | jar | 1.8 |
org.apache.commons : commons-lang3 | jar | 3.1 |
joda-time : joda-time | jar | 2.9.9 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
io.qameta.allure : allure-junit5 | jar | 2.13.3 |
io.qameta.allure : allure-junit-platform | jar | 2.13.3 |
io.qameta.allure : allure-maven | jar | 2.10.0 |
org.assertj : assertj-swing-junit | jar | 3.17.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.junit.platform : junit-platform-runner | jar | 1.7.0 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |