你的位置: 码友网首页 / 资讯源列表 / End-to-End Tests With ASP.NET Core, XUnit, and Playwright

关于[End-to-End Tests With ASP.NET Core, XUnit, and Playwright]的摘要:

Within the .NET community, integration testing has become a common practice thanks to advancements in the framework. ASP.NET Core has a robust integration testing suite allowing .NET developers to run in-memory versions of their web applications, with the ability to issue requests and verify the responses. In general, the test suite is fine, but it does have its limits, mainly that responses are the literal payloads and not executed within the context of browser session. In this post, we’ll see how we can use the Playwright library in combination with XUnit to test our web applications as users might.

原文地址: https://khalidabuhakmeh.com/end-to-end-test-with-aspnet-core-xunit-and-playwright

收录时间: 2021-08-25 浏览量: 962 分类: ASP.NET Core

| 0 收藏 | 0