Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1004 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 1004 Bytes

gitpod-cypress

This repo demonstrates how to use Cypress with Gitpod.

Setup

  1. This base image is needed, because it included VNC and other supporting software.
  2. These dependencies must be installed for Cypress to work.
  3. These tasks initialize the workspace, to install npm packages and setup cypress in /workspace.
  4. These tasks run headless chrome tests, and open the Cypress suite, which is accessible on port 6080 via the VNC web browser.

Tips

On workspace start, a preview will be opened in the IDE for the VNC web viewer.