bahmutov / bahmutov/cypress-workflows
CI is not working because Cypress could not verify that the server is running
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 28
- Forks
- 13
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Hello 😺
I'm trying to use your cypress-workflows Github Action in a simple way but when the workflow is launched there is an error for each container related to not server found.
Here is my workflow code:
name: CI - E2E Tests
on: [push]
jobs:
e2e-tests:
name: Launch E2E tests in parallel
# https://github.com/bahmutov/cypress-workflows
uses: bahmutov/cypress-workflows/.github/workflows/split.yml@v2
with:
nE2E: 3
Here is the error on CI job:
How can I solve it?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reusable .github/workflows/split.yml workflow referenced in the issue and trace how it launches the application before Cypress runs. Reproduce the failure with the provided workflow, then verify that the configured containers can reach the server and that the Cypress checks complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, github-actions
- Domain
- ci-cd, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100