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

Fix GitHub Actions Workflow for Cypress Tests #41

Conversation

Programmer-RD-AI
Copy link
Member

  • Updated .github/workflows/cypress.yml to ensure the application server starts before running Cypress tests.
  • Verified that package.json and package-lock.json include all necessary dependencies for the application and Cypress.
  • Adjusted Cypress configuration to ensure correct baseUrl for server connectivity in the CI environment.

This fix addresses issues with Cypress being unable to connect to the server during GitHub Actions runs.

- Updated `.github/workflows/cypress.yml` to ensure the application server starts before running Cypress tests.
- Verified that `package.json` and `package-lock.json` include all necessary dependencies for the application and Cypress.
- Adjusted Cypress configuration to ensure correct `baseUrl` for server connectivity in the CI environment.

This fix addresses issues with Cypress being unable to connect to the server during GitHub Actions runs.
@Programmer-RD-AI Programmer-RD-AI added the enhancement New feature or request label Aug 8, 2024
@Programmer-RD-AI Programmer-RD-AI self-assigned this Aug 8, 2024
@Programmer-RD-AI Programmer-RD-AI linked an issue Aug 8, 2024 that may be closed by this pull request
@Programmer-RD-AI Programmer-RD-AI merged commit 2a1a9f2 into LuminaPress:main Aug 8, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix GitHub Actions Workflow for Cypress Tests
1 participant