testcafe-reporter-jira
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
var uploadReport = require('../src/atm'); | ||
var uploadReport = require('../src/jira'); | ||
@@ -9,0 +9,0 @@ exports['default'] = function () { |
{ | ||
"name": "testcafe-reporter-jira", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "jira TestCafe reporter plugin.", | ||
"repository": "https://github.com/testcafeindigo@gmail.com/testcafe-reporter-jira", | ||
"author": { | ||
"name": "Robert Kiel", | ||
"name": "", | ||
"email": "testcafeindigo@gmail.com" | ||
@@ -29,2 +29,3 @@ }, | ||
"del": "^1.2.0", | ||
"dotenv": "^5.0.1", | ||
"gulp": "^3.9.0", | ||
@@ -39,6 +40,3 @@ "gulp-babel": "^5.2.1", | ||
"testcafe": "^0.2.0-alpha" | ||
}, | ||
"dependencies": { | ||
"dotenv": "^5.0.1" | ||
} | ||
} |
@@ -37,5 +37,9 @@ # testcafe-reporter-jira | ||
Set environment variable for following: | ||
JIRA_BASE_URL=abc.com | ||
JIRA_USERNAME=xyz | ||
JIRA_PASSWORD=pass | ||
JIRA_TEST_RUN=ABC-R201 | ||
@@ -42,0 +46,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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
0
49
6444
13
1
- Removeddotenv@^5.0.1
- Removeddotenv@5.0.1(transitive)