Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CZEMacLeod/C3D.Extensions.Playwright.AspNetCore
Extensions for Microsoft.Playwright to allow better unit testing
https://github.com/CZEMacLeod/C3D.Extensions.Playwright.AspNetCore
aspnetcore dotnet hac hacktoberfest playwright playwright-dotnet testing xunit
Last synced: 2 months ago
JSON representation
Extensions for Microsoft.Playwright to allow better unit testing
- Host: GitHub
- URL: https://github.com/CZEMacLeod/C3D.Extensions.Playwright.AspNetCore
- Owner: CZEMacLeod
- License: mit
- Created: 2023-08-11T18:54:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T18:25:18.000Z (10 months ago)
- Last Synced: 2024-05-15T17:16:26.060Z (8 months ago)
- Topics: aspnetcore, dotnet, hac, hacktoberfest, playwright, playwright-dotnet, testing, xunit
- Language: C#
- Homepage:
- Size: 1010 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# C3D.Extensions.Playwright.AspNetCore
A set of Playwright related packages designed to help unit testing of AspNetCore applications
[![Build Status](https://dev.azure.com/flexviews/OSS.Build/_apis/build/status%2FCZEMacLeod.C3D.Extensions.Playwright.AspNetCore?branchName=main)](https://dev.azure.com/flexviews/OSS.Build/_build/latest?definitionId=86&branchName=main)
[![.NET](https://github.com/CZEMacLeod/C3D.Extensions.Playwright.AspNetCore/actions/workflows/dotnet.yml/badge.svg)](https://github.com/CZEMacLeod/C3D.Extensions.Playwright.AspNetCore/actions/workflows/dotnet.yml)## C3D.Extensions.Playwright.AspNetCore
[![NuGet package](https://img.shields.io/nuget/v/C3D.Extensions.Playwright.AspNetCore.svg)](https://nuget.org/packages/C3D.Extensions.Playwright.AspNetCore)
[![NuGet downloads](https://img.shields.io/nuget/dt/C3D.Extensions.Playwright.AspNetCore.svg)](https://nuget.org/packages/C3D.Extensions.Playwright.AspNetCore)An extension to `Microsoft.AspNetCore.Mvc.Testing` which adds `Microsoft.Playwright` support to the `WebApplicationFactory` (and keeps the existing HttpClient infrastucture).
## C3D.Extensions.Playwright.AspNetCore.Xunit
[![NuGet package](https://img.shields.io/nuget/v/C3D.Extensions.Playwright.AspNetCore.Xunit.svg)](https://nuget.org/packages/C3D.Extensions.Playwright.AspNetCore.Xunit)
[![NuGet downloads](https://img.shields.io/nuget/dt/C3D.Extensions.Playwright.AspNetCore.Xunit.svg)](https://nuget.org/packages/C3D.Extensions.Playwright.AspNetCore.Xunit)Adds Xunit logging and fixture support to `C3D.Extensions.Playwright.AspNetCore` to allow easy unit testing of AspNetCore web applications using `Xunit`.