UNPKG

tr_cypress_reporter_simple

Version:

This is a simple module designed to easily upload information about tests to a testrail. The module does not use asynchronous requests and you can easily inject methods into the Cypress context.

35 lines (34 loc) 1.03 kB
{ "name": "tr_cypress_reporter_simple", "version": "1.0.19", "description": "This is a simple module designed to easily upload information about tests to a testrail. The module does not use asynchronous requests and you can easily inject methods into the Cypress context.", "main": "./reporter/TestRaiImporter.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/artur3280/tr_easy_reporter.git" }, "keywords": [ "TestRail", "Cypress", "Reporting", "Simple" ], "author": "Hnunyan Artur <artur.gnunyan@icloud.com>", "license": "ISC", "bugs": { "url": "https://github.com/artur3280/tr_easy_reporter/issues" }, "homepage": "https://github.com/artur3280/tr_easy_reporter#readme", "dependencies": { "chai-jquery": "^2.1.0", "esm": "3.2.25", "filereader": "0.10.3", "json-update": "^5.3.0", "sleep": "^6.3.0", "unirest": "^0.6.0", "xmlhttprequest": "1.8.0" } }