Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please help me by addressing the below mentioned issue #11

Closed
Guru426 opened this issue Apr 25, 2023 · 1 comment
Closed

Please help me by addressing the below mentioned issue #11

Guru426 opened this issue Apr 25, 2023 · 1 comment

Comments

@Guru426
Copy link

Guru426 commented Apr 25, 2023

hello @gianlucamangiapelo please help me by addressing the below mentioned issue

i am trying to publish the test results to Azure Devops testcase using your custom service: AzureDevopsService and added that to wdio.config.js file and set all the project, test plan related attributes like below.. also added a test case ID to a test but its not able to publish the test results.. i am quite sure that the azure token and values are perfect as they are working fine via postman.. need to know where I am doing wrong...

services: [
[
'appium',
{
args: {
address: 'localhost',
port: 4724
},
logPath: './'
}
],
[
AzureDevopsService,
{
pat: 'tokenvalue',
organizationUrl: 'https://dev.azure.com/orgid',
projectId: 'projectid',
planId: 6496,
suiteId: 6497,
// caseIdRegex: '@?cC',
caseIdRegex: '(\d+)',
runName: 'Demo',
caseId: 6547
},
]

and in the test script i am using like below:

describe('6547 sample',() => {
it('6547 sample test', async () => {
await driver.pause(10000);
})
})

I am blocked due to this issue, please HELP

Originally posted by @Guru426 in #6 (comment)

@Guru426 Guru426 closed this as completed May 16, 2023
@gianlucamangiapelo
Copy link
Owner

Ciao @Guru426 How did you resolve the issue?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants