@rd-testrail-reporter/core

2.1.2 • Public • Published

Table of Contents

Installation

npm install @rd-testrail-reporter/core

Usage

Basic

To be able to access the Testrail API you need to first make sure the proper auth configs are set.

Testrail.setConfig('domain', '<your-testrail-domain>');
Testrail.setConfig('username', '<your-testrail-username>');
Testrail.setConfig('password', '<your-testrail-password>');

These are the required configs and without them an error will be thrown if you try to access the API.

API Documentation

See the API Documentation.

More Info

How does this work?

Package Sidebar

Install

npm i @rd-testrail-reporter/core

Weekly Downloads

1

Version

2.1.2

License

ISC

Unpacked Size

161 kB

Total Files

103

Last publish

Collaborators

  • nxtedecoy
  • realdecoy-it