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

Revisit ASP.NET Core Integration Test Infrastructure #17484

Closed
hikalkan opened this issue Aug 25, 2023 · 0 comments · Fixed by #17497
Closed

Revisit ASP.NET Core Integration Test Infrastructure #17484

hikalkan opened this issue Aug 25, 2023 · 0 comments · Fixed by #17497

Comments

@hikalkan
Copy link
Member

We have a test base class for aspnet core: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.TestBase/Volo/Abp/AspNetCore/TestBase/AbpAspNetCoreIntegratedTestBase.cs

However, I see Microsoft made a lot of enhancements and introduces new ways of creating intergated tests. Please check them and try to understand what we can do for a more modern and integrated test experience:

https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-7.0

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

Successfully merging a pull request may close this issue.

2 participants