Info
Version: | 3.0.0 |
Author(s): | Henrik Lau Eriksson |
Last Update: | Sunday, September 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hlaueriksson/puppeteer-sharp-contrib |
NuGet Url: | https://www.nuget.org/packages/PuppeteerSharp.Contrib.Should.Unsafe |
Install
Install-Package PuppeteerSharp.Contrib.Should.Unsafe
dotnet add package PuppeteerSharp.Contrib.Should.Unsafe
paket add PuppeteerSharp.Contrib.Should.Unsafe
PuppeteerSharp.Contrib.Should.Unsafe Download (Unzip the "nupkg" after downloading)
Dependencies
- PuppeteerSharp.Contrib.Should(>= 3.0.0)
Tags
✔️ PuppeteerSharp.Contrib.Should.Unsafe is a should assertion library for the Puppeteer Sharp API.
✔️ It provides a convenient way to write readable and robust browser tests in .NET
📄 https://hlaueriksson.me/PuppeteerSharp.Contrib.Should.Unsafe/
⚠️ These extension methods are the sync over async versions of the originals from the PuppeteerSharp.Contrib.Should package.
They may be convenient, but can be considered unsafe since you run the risk of a deadlock.
✔️ Works with:
◼️ Machine.Specifications
◼️ SpecFlow.xUnit
◼️ xunit.