Skip to content

Commit

Permalink
feat: add e2e tests to cd dev int vol 5263 (#322)
Browse files Browse the repository at this point in the history
* feat: Add e2esmoke and full regression to workflow (WIP)

* feat: Call e2etest in test repo directly

feat: add required permissions

# Conflicts:
#	.github/workflows/cd.yaml
  • Loading branch information
fibble committed Sep 12, 2024
1 parent fea08e8 commit 10642a3
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,22 +301,29 @@ jobs:
uses: dvsa/vol-functional-tests/.github/workflows/e2etest.yaml@main
with:
platform_env: dev
cucumber_tags: '@smoke'
browser_name: 'edge'
browser_version: 'latest'
cucumber_tags: "@smoke"
browser_name: "edge"
browser_version: "latest"
secrets: inherit
permissions:
checks: write
contents: write
id-token: write

full-regression-test:
name: Run Full Regression Tests
if: ${{ needs.smoke-test.result == 'success' }}
needs: smoke-test
uses: dvsa/vol-functional-tests/.github/workflows/e2etest.yaml@main
with:
platform_env: dev
cucumber_tags: '@FullRegression'
browser_name: 'edge'
browser_version: 'latest'
cucumber_tags: "@FullRegression"
browser_name: "edge"
browser_version: "latest"
secrets: inherit
permissions:
checks: write
contents: write
id-token: write

terraform-env-int:
name: Environment (int)
Expand Down

0 comments on commit 10642a3

Please sign in to comment.