License |
License |
---|---|
GroupId | GroupIdcom.capgemini.ntc |
ArtifactId | ArtifactIdallure-test-framework |
Version | Version2.1.0 |
Type | Typepom |
Description |
DescriptionAllureTestFramework
Allure Test Framework is an automated testing framework for functional testing of web applications, native mobile apps, webservices and database.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationCapgemini - Nearshore Test Center - Poland |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
allure-test-framework-2.1.0.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/ -->
<dependency>
<groupId>com.capgemini.ntc</groupId>
<artifactId>allure-test-framework</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/
implementation 'com.capgemini.ntc:allure-test-framework:2.1.0'
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/
implementation ("com.capgemini.ntc:allure-test-framework:2.1.0")
'com.capgemini.ntc:allure-test-framework:pom:2.1.0'
<dependency org="com.capgemini.ntc" name="allure-test-framework" rev="2.1.0">
<artifact name="allure-test-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.capgemini.ntc', module='allure-test-framework', version='2.1.0')
)
libraryDependencies += "com.capgemini.ntc" % "allure-test-framework" % "2.1.0"
[com.capgemini.ntc/allure-test-framework "2.1.0"]