Test Results not getting updated on test rail #94
Closed
rkgour7492
started this conversation in
General
Replies: 1 comment
-
Please file an issue with more details if you still encounter the issue with latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am testing integration of my framework to have test results updated for existing test runs and test plan but unfortunately testrail is not getting updated. It doesnt even show anything debugLog. Just wondering what is wrong. this is my configuration
testrail: {
require: 'codeceptjs-testrail',
host: 'https://xxxxxxx.com',
user: '',
password: '',
suiteId: 1569,
projectId: 7,
runId: 13021,
plan: {
existingPlanId: 12900
},
debugLog: true,
enabled: true,
closeTestRun: true
}
Beta Was this translation helpful? Give feedback.
All reactions