Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cypress.io GitHub Action #976

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Use Cypress.io GitHub Action #976

merged 1 commit into from
Dec 17, 2024

Conversation

DrizzlyOwl
Copy link
Collaborator

  • These changes update the Cypress GitHub Workflow so that it will use the official Cypress GitHub Action for executing Cypress Tests. This will enable us to make use of caching, and standardises the approach across all of the other RSD services.
  • I have also enabled the workflow_dispatch trigger so that Cypress tests can be run manually against a target environment
  • Using a 'matrix' strategy will also enable us to test against multiple browsers in the future if we decide to do so

- These changes update the Cypress GitHub Workflow so that it will use the official Cypress GitHub Action for executing Cypress Tests. This will enable us to make use of caching, and standardises the approach across all of the other RSD services.
- I have also enabled the workflow_dispatch trigger so that Cypress tests can be run manually against a target environment
- Using a 'matrix' strategy will also enable us to test against multiple browsers in the future if we decide to do so
@DrizzlyOwl DrizzlyOwl merged commit a3eeef0 into main Dec 17, 2024
1 of 2 checks passed
@DrizzlyOwl DrizzlyOwl deleted the patch/cypress-workflow branch December 17, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants