Agent Tests for API, MAUI, and Slop Features
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using NUnit.Framework;
|
||||
using Tests.Helpers;
|
||||
|
||||
namespace Tests;
|
||||
|
||||
@@ -9,10 +8,7 @@ public class GlobalSetup
|
||||
[OneTimeSetUp]
|
||||
public async Task GlobalStart()
|
||||
{
|
||||
if (Environment.GetEnvironmentVariable("RUN_AGAINST_PRODUCTION") != "true")
|
||||
{
|
||||
await LocalServer.StartAsync();
|
||||
}
|
||||
if (Environment.GetEnvironmentVariable("RUN_AGAINST_PRODUCTION") != "true") await LocalServer.StartAsync();
|
||||
}
|
||||
|
||||
[OneTimeTearDown]
|
||||
@@ -20,4 +16,4 @@ public class GlobalSetup
|
||||
{
|
||||
LocalServer.Stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user