Skip to content

Commit

Permalink
Skip integration tests until testing strategy is established
Browse files Browse the repository at this point in the history
As we’re building on top of the original CAS2’s functionality for CAS2 bail, we
are copying over functionality from the CAS2 repo.

The CAS2 project uses playwright for e2e tests and cypress for integration
tests. We've decided to add playwright to this project to keep in sync with CAS2.

Therefore, we'll skip integration tests until this work is complete.
  • Loading branch information
Daniel Liburd authored and Patrick Fleming committed Nov 29, 2024
1 parent fed9f88 commit bba1e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
# generic node integration tests using wiremock - feel free to override with local tests if required
node_integration_tests:
name: node integration tests
# skip integration tests until testing strategy is established
if: false
uses: ministryofjustice/hmpps-github-actions/.github/workflows/node_integration_tests.yml@v1 # WORKFLOW_VERSION
needs: [node_build]
secrets: inherit
Expand Down

0 comments on commit bba1e15

Please sign in to comment.