UNPKG

jest-spiratest

Version:

This reporter will integrate JestJS with Inflectra's ALM suite. It will create a test run in Spira for each test executed in Jest. ### Don't have Spira? If you haven't tried out one of our products, you can get a 30 day free trial for our flagship ALM pro

49 lines (48 loc) 1.24 kB
{ "name": "jest-spiratest", "author": { "name": "Inflectra Corporation", "email": "support@inflectra.com", "url": "http://www.inflectra.com" }, "version": "1.1.0", "main": "./src/SpiraReporter.js", "license": "MIT", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/Inflectra/jest-spiratest.git" }, "jest": { "reporters": [ "default", [ "./src/SpiraReporter", { "url": "https://demo.spiraservice.net/peter-inflectra", "username": "fredbloggs", "token": "{7A05FD06-83C3-4436-B37F-51BCF0060483}", "projectId": 1, "releaseId": 1, "testSetId": 1, "testCases": { "default": 20, "storesCorrectly": 21, "javascriptWorks": 16 } } ] ] }, "dependencies": { "jest": "^24.0.0" }, "keywords": [ "jest", "test", "tdd", "spira" ] }