cypress-testrail
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "cypress-testrail", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Easy and decoupled Cypress TestRail reporter", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,14 +39,3 @@ import Result from './Result'; | ||
method: 'post', | ||
url: | ||
`$ { | ||
this | ||
. | ||
baseUrl | ||
} | ||
/add_results_for_cases/$ | ||
{ | ||
runID | ||
} | ||
`, | ||
url: `${this.baseUrl}/add_results_for_cases/${runID}`, | ||
headers: {'Content-Type': 'application/json'}, | ||
@@ -53,0 +42,0 @@ auth: { |
24900
135