Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Extensions for Microsoft.Playwright to allow better unit testing

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`.