Skip to content

Lippia-io/LTM-adapter-cucumber10-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[JS] Lippia Test Manager Cucumber10 Adapter

Crowdar Official Page Lippia Official Page

The Lippia Test Manager adapter allows to ingest cucumber test results into a Lippia Test Manager instance.
To have access to a Lippia Test Manager go to Lippia.io website.
To use it you need to have a test automation code project and use Cucumber 10.

Requirements

Environment Variables

The following table represents the variables through which you will try to establish the connection to Lippia Test Manager

Key Meaning Mandatory
TEST_MANAGER_USERNAME Represents the username True
TEST_MANAGER_PASSWORD Represents the password True
TEST_MANAGER_API_HOST Represents the api host where x True
TEST_MANAGER_API_PORT Represents the api port where x False
TEST_MANAGER_RUN_NAME Represents the run name True
TEST_MANAGER_PROJECT_CODE Represents the project code True

Getting Started

Install

$ npm install @ltm/cucumber10-adapter

Configure

In your cucumber.json file, add the following format into default section, it looks like this

{
  "default": {
    "paths": ["src/resources/features/"],
    "require": ["src/**/*.js"],
    "format": [
      "html:cucumber-report.html",
      "<syntax-pending>"
    ],
    "parallel": 5
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published