jasmine-spiratest
Version:
This reporter will integrate JasmineJS with Inflectra's ALM suite. It will create a test run in Spira for each test spec executed in Jasmine. ### Don't have Spira? If you haven't tried out one of our products, you can get a 30 day free trial for our flags
27 lines • 584 B
JSON
{
"name": "jasmine-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": "jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/Inflectra/jasmine-spiratest.git"
},
"dependencies": {
"jasmine": "^3.3.1"
},
"keywords": [
"jasmine",
"test",
"tdd",
"spira"
]
}