-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
TestDrive cannot be used in Azure DevOps #41
Comments
This looks like an issue with Pester itself rather than with the Azure DevOps Extension. Probably worth raising the issue there instead as there's not much I can do about how Azure DevOps handles the registry. |
Thanks for your feedback but the tests works on a local computer. So, the issue is somewhere between the both components ;) |
It's certainly an Azure DevOps issue but not one that the extension can solve. It might be worth looking at raising an issue on one of the Azure DevOps repos instead as they might be able to help there. |
Is this problem specific to Azure only? Does the TestDrive work on other CI platforms. I have a lot of tests using TestDrive, but I havent hit this road block yet, I'm stuck behind another one at the moment (the [PesterConfiguration] type is not available for some reason, probably not using the lastest version (v5), but how to force the right version who knows) |
Where are you running it?
Azure DevOps Service (VSTS)
Version of Extension/Task
10.1.23
Expected behaviour and actual behaviour
Actual behaviour
When the tests are using the TestDrive, all test failed due to an error in the temp registry initialization
Expected behaviour
When the tests are using the TestDrive, all tests runs and the TestDrive can be used.
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: