@rd-testrail-reporter/core
v2.1.2
Published
Core library providing TypeScript TestRail HTTP API bindings.
Downloads
3
Readme
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.