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
Piedone
changed the title
Use WebApplicationFactory directly instead of running the tested app with the dotnet CLI
Use WebApplicationFactory directly instead of running the tested app with the dotnet CLI (OSOE-46)
Feb 15, 2022
You can run an ASP.NET Core app directly with
WebApplicationFactory
, see this blog post and the corresponding code. Why?ConfigureUITesting()
.See the linked PR for the beginnings of this and comments.
Note that in the linked demo stylesheets didn't load so that may be something to resolve.
This needs to happen after a .NET 6 upgrade (Lombiq/Open-Source-Orchard-Core-Extensions#30).
The text was updated successfully, but these errors were encountered: