1.0.2 • Published 2 years ago

allure-testrail-reporter v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

allure-testrail-reporter

allure-testrail-reporter is a node package to post your allure result data to TestRail.

Installation

> npm i allure-testrail-reporter

Usage

const { TestRailReporter } = require('TestRail.js'); //import the package
const testRailReporter = new TestRailReporter(testRailUrl,testRailUsername,testRailAuthKey); //Set url, username, key using constructor
testRailReporter.createRun(projectId, suitId, runName) //post the results
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago