-
Notifications
You must be signed in to change notification settings - Fork 5
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
Need help, unable to update test cases #4
Comments
Hi @needhamm, You can try to remove from wdio.conf.js the Here the configuration that you can try: services: [
[driverService],
[AzureDevopsService,
{
pat: 'pat',
organizationUrl: 'https://dev.azure.com/org',
projectId: 'projectid',
planId: 30584,
suiteId: 37063,
runName: 'AzureDevops Test',
},
],
], Let me know if you have some progress on that. Thanks |
Thanks for getting in touch. I have tried removing the regex but no change. There is still no mention of the service in the wdio.log when logging set to trace. Would this suggest that the service isnt being called for some reason? |
@needhamm Probably is not loaded. At the top of the the plugin is listed in your dependencies in package.json? |
Hi. I can see the service being initialised at the beginning of the log, but can't see any reference to it after that: Is there anything else we can check to try and debug? Thanks |
I managed to get this working. Might be something to think about adding in a future version? |
That's great news! @daveplummer20 I'm closing this issue and opening a new one for enhancement: #5 |
Hello, I am hoping that you could give me a hand in getting this service working. I have added the service as per https://webdriver.io/docs/gmangiapelo-wdio-azure-devops-service/ and as far as I can tell have it setup correctly but test cases are not being updated in Azure.
I have looked through issue #1 but have still not been able to get it working. Below is the setup that I have in wdio and Azure. Any help would be greately appreciated, thanks in advance.
PAT setup with the following:
wdio.conf.js setup as so:
When querieng the through Postman I am able to return test cases with no issues using the pat, org, projectId, planId and suiteId
GET https://dev.azure.com/{org}/{projectid}/_apis/test/Plans/30584/suites/37063/testcases?api-version=5.0
Test case setup, I have tried with lower and upper case C:
After running the test Azure is not updated:
I have set the logging to:
But can see no mention of this service in any of the logs.
The text was updated successfully, but these errors were encountered: