cypress-workflows icon indicating copy to clipboard operation
cypress-workflows copied to clipboard

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

Open rblancou opened this issue 10 months ago • 0 comments

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?

rblancou avatar Apr 11 '24 08:04 rblancou