Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

zettpunkt79/cy-m1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Dockerfile to build a cypress image for Apple silicon M1 Macs

This Dockerfile is inspired by cypress-io/cypress-docker-images#431 (comment) but stripped down to the bare minium to run Cypress inside Electron.

Build example

export CY_VERSION=9.4.1
docker build -t "cypress/m1:${CY_VERSION}" --build-arg VERSION=${CY_VERSION} .

Execution example

export CY_VERSION=9.4.1
docker run -it -v $PWD:/e2e -w /e2e cypress/m1:${CY_VERSION}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published