bahmutov / bahmutov/cypress-workflows

CI is not working because Cypress could not verify that the server is running

Open
#27 0 comments 0 reactions 0 assignees View on GitHub

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:

image

How can I solve it?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.