newman-reporter-aiotests
Advanced tools
Comparing version 1.0.1 to 1.1.0
const axios = require('axios'); | ||
const aioLogger = require('./aio-tests-logger'); | ||
const FormData = require('form-data'); | ||
const apiTimeout = 60 * 1000; | ||
const apiTimeout = 90 * 1000; | ||
const chalk = require('chalk'); | ||
@@ -21,4 +21,5 @@ | ||
aioAPIClient = axios.create({ | ||
baseURL: 'https://tcms.aioreports.com/aio-tcms/api/v1', | ||
baseURL: 'https://tcms.aiojiraapps.com/aio-tcms/api/v1', | ||
timeout: apiTimeout, | ||
maxContentLength: 100*1024*1024 | ||
}); | ||
@@ -25,0 +26,0 @@ aioAPIClient.defaults.headers.common['Authorization'] = `AioAuth ${token}`; |
{ | ||
"name": "newman-reporter-aiotests", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Newman Custom reporter to report results to AIO Tests - Jira", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^0.24.0", | ||
"axios": "^1.6.2", | ||
"chalk": "^4.1.2", | ||
@@ -25,0 +25,0 @@ "form-data": "^4.0.0" |
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
166
140181
13
+ Addedaxios@1.7.7(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.24.0(transitive)
Updatedaxios@^1.6.2