Skip to content

Commit

Permalink
Remove front end tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed May 12, 2024
1 parent e821f9f commit c94b06b
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 97 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Test - RUN
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: squidex/build:9
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
CONFIG__BACKUPURL=http://localhost:5000
CONFIG__WAIT=60
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Test - RUN on path
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: squidex/build:9
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
CONFIG__BACKUPURL=http://localhost:5000
CONFIG__WAIT=60
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Test - RUN with dedicated collections
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: squidex/build:9
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
CONFIG__BACKUPURL=http://localhost:5000
CONFIG__WAIT=60
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Test - RUN
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: squidex/build:9
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
CONFIG__BACKUPURL=http://localhost:5000
CONFIG__WAIT=60
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Test - RUN on path
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: squidex/build:9
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
CONFIG__BACKUPURL=http://localhost:5000
CONFIG__WAIT=60
Expand Down
Binary file not shown.
Binary file not shown.
51 changes: 0 additions & 51 deletions tools/TestSuite/TestSuite.ApiTests/FrontendTests.cs

This file was deleted.

8 changes: 0 additions & 8 deletions tools/TestSuite/TestSuite.ApiTests/TestSuite.ApiTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Codeuctivity.ImageSharpCompare" Version="4.0.234" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="GraphQL.Client" Version="6.0.5" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.5" />
Expand All @@ -16,7 +15,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.43.0" />
<PackageReference Include="NSwag.Core" Version="14.0.7" />
<PackageReference Include="Squidex.Assets" Version="6.6.4" />
<PackageReference Include="Squidex.Assets.ImageSharp" Version="6.6.4" />
Expand All @@ -35,12 +33,6 @@
<ProjectReference Include="..\TestSuite.Shared\TestSuite.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Assets\Frontend_Home.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\Frontend_Login.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\logo-squared.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
32 changes: 0 additions & 32 deletions tools/TestSuite/TestSuite.Shared/Fixtures/PlaywrightFixture.cs

This file was deleted.

1 change: 0 additions & 1 deletion tools/TestSuite/TestSuite.Shared/TestSuite.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.43.0" />
<PackageReference Include="RefactoringEssentials" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="Squidex.Assets" Version="6.6.4" />
<PackageReference Include="Squidex.ClientLibrary" Version="19.2.0" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c94b06b

Please sign in to comment.