|
|
|
@ -10,7 +10,7 @@ namespace Avalonia.IntegrationTests.Win32 |
|
|
|
public class TestAppFixture : IDisposable |
|
|
|
{ |
|
|
|
private const string WindowsApplicationDriverUrl = "http://127.0.0.1:4723"; |
|
|
|
private const string TestAppPath = @"..\..\..\..\..\samples\IntegrationTestApp\bin\Debug\netcoreapp3.1\IntegrationTestApp.exe"; |
|
|
|
private const string TestAppPath = @"..\..\..\..\..\samples\IntegrationTestApp\bin\Debug\net6.0\IntegrationTestApp.exe"; |
|
|
|
|
|
|
|
public TestAppFixture() |
|
|
|
{ |
|
|
|
|