Skip to content

Commit

Permalink
Release/release nov 1 1 (#447)
Browse files Browse the repository at this point in the history
* Added E2E tests to github action

* fixed action spacing

* dependabot updates

---------

Co-authored-by: Sam C <[email protected]>
  • Loading branch information
DanielClarkeEducation and sam-c-dfe authored Nov 5, 2024
1 parent c248388 commit 0fd1b69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/actions/run-e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ runs:
working-directory: ./tests/Dfe.EarlyYearsQualification.E2ETests/
browser: firefox
config: baseUrl="${{ inputs.url }}"

- name: Run Edge Tests
uses: cypress-io/github-action@v6
if: success() || failure()
with:
env: auth_secret="${{ inputs.auth_secret }}"
working-directory: ./tests/Dfe.EarlyYearsQualification.E2ETests/
browser: edge
config: baseUrl="${{ inputs.url }}"

- name: Store screenshots on test failure
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.3.4" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.2.4" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="contentful.aspnetcore" Version="8.3.0" />
<PackageReference Include="GovUk.Frontend.AspNetCore" Version="2.2.0" />
<PackageReference Include="jQuery" Version="3.7.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="FluentAssertions" Version="6.12.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
<PackageReference Include="moq" Version="4.20.72"/>
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1"/>
<PackageReference Include="MSTest.TestFramework" Version="3.6.1"/>
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2"/>
<PackageReference Include="MSTest.TestFramework" Version="3.6.2"/>
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
</ItemGroup>

Expand Down

0 comments on commit 0fd1b69

Please sign in to comment.