WEB-1031 Update test to use new test automations capabilities (#21)

* test env setup

* make and fail request

* successful test automation submission

* use new sdk version for tests

* nits
This commit is contained in:
Chuck Driesler
2024-06-06 18:26:41 +01:00
committed by GitHub
parent 0a23ce1699
commit 85e56570c7
6 changed files with 29 additions and 145 deletions
@@ -14,12 +14,16 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1"/>
<PackageReference Include="NUnit.Analyzers" Version="3.3.0"/>
<PackageReference Include="coverlet.collector" Version="3.1.2"/>
<PackageReference Include="Speckle.Automate.Sdk" Version="2.18.0-fileInput" />
<PackageReference Include="Speckle.Objects" Version="2.17.0-automate3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SpeckleAutomateDotnetExample\SpeckleAutomateDotnetExample.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>