eduardomoroni / cypress-on-gitpod

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitpod Ready-to-Code

cypress-on-gitpod

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

Getting Started

Click the Gitpod - Ready-to-Code badge above to start the development environment in your browser.

Gitpod Disount

If you like the simplicity of a one-click development environment, you can contact me to get 30% off for the first 3 months of your Gitpod subscription.

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

License:MIT License


Languages

Language:JavaScript 66.9%Language:Svelte 23.3%Language:HTML 5.2%Language:CSS 2.9%Language:Dockerfile 1.7%