testcafe-reporter-jira
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
var uploadReport = require('../src/jira'); | ||
var uploadReport = require('../src/atm'); | ||
@@ -9,0 +9,0 @@ exports['default'] = function () { |
{ | ||
"name": "testcafe-reporter-jira", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "jira TestCafe reporter plugin.", | ||
"repository": "https://github.com/testcafeindigo@gmail.com/testcafe-reporter-jira", | ||
"author": { | ||
"name": "", | ||
"name": "Robert Kiel", | ||
"email": "testcafeindigo@gmail.com" | ||
@@ -22,4 +22,3 @@ }, | ||
"reporter", | ||
"plugin", | ||
"jira" | ||
"plugin" | ||
], | ||
@@ -31,3 +30,2 @@ "license": "MIT", | ||
"del": "^1.2.0", | ||
"dotenv": "^5.0.1", | ||
"gulp": "^3.9.0", | ||
@@ -42,3 +40,6 @@ "gulp-babel": "^5.2.1", | ||
"testcafe": "^0.2.0-alpha" | ||
}, | ||
"dependencies": { | ||
"dotenv": "^5.0.1" | ||
} | ||
} |
@@ -37,9 +37,5 @@ # testcafe-reporter-jira | ||
Set environment variable for following: | ||
JIRA_BASE_URL=abc.com | ||
JIRA_USERNAME=xyz | ||
JIRA_PASSWORD=pass | ||
JIRA_TEST_RUN=ABC-R201 | ||
@@ -46,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6510
12
1
45
+ Addeddotenv@^5.0.1
+ Addeddotenv@5.0.1(transitive)