Migrate Playwright suite to .NET UI tests and deprecate TS project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace JdeScoping.Ui.Tests.Support;
|
||||
|
||||
internal static class TestDataPaths
|
||||
{
|
||||
public static string Get(string fileName) => Path.Combine(AppContext.BaseDirectory, "TestData", fileName);
|
||||
}
|
||||
Reference in New Issue
Block a user