products/shared/Xunit.Playwright/WriteTestOutput.cs
2025-08-29 15:16:14 -05:00

6 lines
206 B
C#

// Copyright (c) Duende Software. All rights reserved.
// See LICENSE in the project root for license information.
namespace Duende.Xunit.Playwright;
public delegate void WriteTestOutput(string message);