You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also if you can add details on what is wrong with request it would be very helpful. Not always clear what is wrong with request. I'm using custom solution with testrail API and int works, so I guess something is broken with parameters while test case update.
Hi! While updating test run I got this error
2024-03-27T13:23:37.146Z ERROR TestrailReporter: Failed to update test run results: Request failed with status code 400
Test run was created, and all test cases added as expected. But they still in default state while tests are passing.
Spec Files: 1 passed, 1 total (100% completed) in 00:00:41
I'm running tests on browserstack, here is my reporter config:
Also if you can add details on what is wrong with request it would be very helpful. Not always clear what is wrong with request. I'm using custom solution with testrail API and int works, so I guess something is broken with parameters while test case update.
dependencies from package.json:
"devDependencies": {
"@wdio/appium-service": "^8.35.1",
"@wdio/browserstack-service": "^8.35.1",
"@wdio/cli": "^8.35.1",
"@wdio/local-runner": "^8.35.1",
"@wdio/mocha-framework": "^8.35.0",
"@wdio/spec-reporter": "^8.32.4",
"@wdio/reporter": "^8.32.4",
"@wdio/testrail-reporter": "^0.3.0",
"appium-xcuitest-driver": "^7.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"wdio-wait-for": "^3.0.11",
"wdio-testrail-reporter": "^1.1.5"
}
thx in advance
The text was updated successfully, but these errors were encountered: