DOC

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

Table Of Contents

Latest Version

Download org.bitbucket.iamkenos : cissnei Javadoc & API Documentation - Latest Versions:

All Versions

Download org.bitbucket.iamkenos : cissnei Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file cissnei-1.0.4-javadoc.jar to cissnei-1.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder cissnei-1.0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "cissnei-1.0.4-sources.jar" -d "cissnei-1.0.4-javadoc" -subpackages 

Advertisement