You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature related to a problem? Please describe
The problem is that there currently is no integration tests that actually
checks if the cake aliases work as they should.
Desribe the solution you'd like
The ideal solution would be to run Cake itself against a dynamically created script
in the Cake.Warp.IntegrationTests library.
This would need to be able to test both during .NET/Mono version of Cake, as well as against the .NET Core edition of Cake.
Describe alternatives you've considered
Considered calling the aliases directly, but this would mean we needed to mock out some of the
classes needed for it to work. This would then mean it isn't a true integration test.
Additional context
…
The text was updated successfully, but these errors were encountered:
Even for integration tests, I would still want these to be reported whether they are covered on coverage reports.
This doesn't seem to be available with the integration tests/demos that were added in that repo.
Is your feature related to a problem? Please describe
The problem is that there currently is no integration tests that actually
checks if the cake aliases work as they should.
Desribe the solution you'd like
The ideal solution would be to run Cake itself against a dynamically created script
in the Cake.Warp.IntegrationTests library.
This would need to be able to test both during .NET/Mono version of Cake, as well as against the .NET Core edition of Cake.
Describe alternatives you've considered
Considered calling the aliases directly, but this would mean we needed to mock out some of the
classes needed for it to work. This would then mean it isn't a true integration test.
Additional context
…
The text was updated successfully, but these errors were encountered: