mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1887] Docker image w/ Cypress Support #915
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#915
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RobertGemmaJr on GitHub (Jun 26, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1887
Act version
0.2.46
Feature description
Attempting to run an workflow with Cypress testing and I am unable to run them locally.
The workflow
fails on running
act -j integration_testswith--secret-file env/.secrets --env-file env/.env.productionin my .actrc file.The step
- name: 🌳 Cypress run (Chrome)fails with the following error:Cypress has a bunch of docker images to choose from. Is it possible to add these as images to base the project over?
I'm not getting the error in GitHub, only locally, which is why I suspect the error is coming from the act instance
@GuessWhoSamFoo commented on GitHub (Jun 27, 2023):
Are you using the default image? Try using a more fully featured one via
act -P <platform>=<docker-image>. It'll represent the Github runner better and might haveXvfbinstalled