Skip to content

A template repository to run Cypress.io on Gitpod.io

Notifications You must be signed in to change notification settings

cbfrance/cypress-on-gitpod

 
 

Repository files navigation

Cypress on gitpod

Cypress 13 with e2e tests running on gitpod.io.

Why

This way you can start up a Cypress instance without running it locally.

This is useful for demonstration purposes and potentially for collaborative cypress UI?

Warning: This is not a typical way to run Cypress and is likely not fully supported.

Originally based on cypress-on-gitpod with upgraded dependencies.

How does it work?

The Gitpod configuration in .gitpod.yml contains the following settings:

  • image: A custom Docker image to use for the development environment workspace.
  • tasks: Two terminals, one that install dependencies and starts the development server. The other one that opens Cypress.
  • ports: Instructions to open port 6080 in a new tab. This is where the Virtual Desktop runs and where you can interact with Cypress.

The .gitpod.Dockerfile:

About

A template repository to run Cypress.io on Gitpod.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • Svelte 5.0%
  • HTML 1.1%
  • CSS 0.6%