3 references to WithArtifacts
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\PlaywrightExtensions.cs (1)
112
.
WithArtifacts
(artifactDir);
Microsoft.AspNetCore.Components.Testing.Tests (2)
PlaywrightExtensionsTests.cs (2)
68
var result = options.
WithArtifacts
("/some/dir");
82
var result = options.
WithArtifacts
(null);