MVN

com.capgemini.ntc : allure-selenium-module

Maven & Gradle

Apr 20, 2018
30 stars

AllureTestFramework - Selenium - Module · Allure Test Framework Selenium supports: * Malleable resolution * Remote Web Design * Mobile browsers * Support for many browsers * Internet Explorer, Edge * Chrome, Firefox * Safari * User friendly actions * elementCheckBox * elementDropdown, etc. * Ubiquise test execution * locally * against Selenium Grid through Jenkins * Page Object Model architecture * Selenium WebDriver with Java * Update Observers Based on Selenium 3.8.1

<dependency>
    <groupId>com.capgemini.ntc</groupId>
    <artifactId>allure-selenium-module</artifactId>
    <version>3.8.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.capgemini.ntc : allure-selenium-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.1.6

All Versions

Choose a version of com.capgemini.ntc : allure-selenium-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
allure-selenium-module-3.8.1.6
allure-selenium-module-3.8.1.5
allure-selenium-module-3.8.1.4
3.4.x
allure-selenium-module-3.4.0.3
allure-selenium-module-3.4.0.2
allure-selenium-module-3.4.0.1
0.0.x
allure-selenium-module-0.0.2

How to add a dependency to Maven

Add the following com.capgemini.ntc : allure-selenium-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.capgemini.ntc</groupId>
    <artifactId>allure-selenium-module</artifactId>
    <version>3.8.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.capgemini.ntc : allure-selenium-module gradle dependency to your build.gradle file:

implementation 'com.capgemini.ntc:allure-selenium-module:3.8.1.6'

Gradle Kotlin DSL: Add the following com.capgemini.ntc : allure-selenium-module gradle kotlin dependency to your build.gradle.kts file:

implementation("com.capgemini.ntc:allure-selenium-module:3.8.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.capgemini.ntc : allure-selenium-module sbt scala dependency to your build.sbt file:

libraryDependencies += "com.capgemini.ntc" % "allure-selenium-module" % "3.8.1.6"