Skip to content

Instantly share code, notes, and snippets.

View hlaueriksson's full-sized avatar
👨‍🦰

Henrik Lau Eriksson hlaueriksson

👨‍🦰
View GitHub Profile
@hlaueriksson
hlaueriksson / 2019-12-29-introducing-lofuunit.md
Last active December 28, 2019 22:34
2019-12-29-introducing-lofuunit
@hlaueriksson
hlaueriksson / Examples.cs
Last active November 12, 2023 21:15
Playwright for .NET Documentation
using System;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Microsoft.Playwright;
using NUnit.Framework;
namespace PlaywrightVanilla.Sample.NUnit
{
public class Examples
{
@hlaueriksson
hlaueriksson / 2023-03-26-retry-flaky-tests-with-dotnet-test-and-powershell.md
Created March 25, 2023 21:40
2023-03-26-retry-flaky-tests-with-dotnet-test-and-powershell