MVN

org.bitbucket.iamkenos : cissnei

Maven & Gradle

Jun 20, 2018

A test automation framework built on top of Cucumber. Intended to be used for writing various automated cucumber tests using external dependencies: - Cucumber: ${io-cucumber-ver} - Web UI Functional Tests: Selenium ${selenium-java-ver} - API Tests: RestAssured ${rest-assured-ver} Run tests using: - A Cucumber runner class for CICD setup - Built-in JavaFx Applet test runner to non-CICD setup using a fat jar c/o maven shade Report Results: - Credits to Damian Szczepanik and his project [cucumber-reporting] - Built-in reporting module [cissnei-report] forked and modified - https://github.com/damianszczepanik/cucumber-reporting

<dependency>
    <groupId>org.bitbucket.iamkenos</groupId>
    <artifactId>cissnei</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.iamkenos : cissnei to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of org.bitbucket.iamkenos : cissnei to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cissnei-1.0.4
cissnei-1.0.3
cissnei-1.0.2
cissnei-1.0.1
1.0
cissnei-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bitbucket.iamkenos</groupId>
    <artifactId>cissnei</artifactId>
    <version>1.0.4</version>
</dependency>

Advertisement