1 write to ManifestPath
Microsoft.AspNetCore.Components.Testing.Tests (1)
GenerateE2EManifestTaskTests.cs (1)
313
ManifestPath
= manifestPath,
3 references to ManifestPath
Microsoft.AspNetCore.Components.Testing.Tasks (3)
GenerateE2EManifest.cs (3)
139
var manifestDir = Path.GetDirectoryName(
ManifestPath
);
144
File.WriteAllText(
ManifestPath
, json);
145
Log.LogMessage(MessageImportance.High, "Generated E2E manifest: {0}",
ManifestPath
);