Does integration testing exist for .NET? I see GO ...
# dotnet
t
Does integration testing exist for .NET? I see GO is importing
"<http://github.com/pulumi/pulumi/pkg/testing/integration|github.com/pulumi/pulumi/pkg/testing/integration>"
, but I don't see an
Integration
namespace in the NuGet package. As part of moving away from ARM to Pulumi, the team would like to see all integration tests still passing.
t
You should use Automation API for integration tests now that it’s merged and published.
t
For .NET?
Oh, I see. I needed to enable prerelease.
t
Yes, all our automation is in preview. NuGet is a prerelease.