Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

tpbtools/dide-cypress

 
 

Repository files navigation

Duing IDE for Cypress

Cypress IDE based on Duing Desktop

Overview

Provide a Duing Integrated Development Environment to develop and execute Cypress E2E tests.

Usage

Use the Ubuntu Desktop to design your BDD test suite (yes! You have a desktop in a container)

  1. Start the dide-cypress container.
$ docker run -dit --name dide-cypress \
           -p 3389:3389 \
           --shm-size 1g \
           --restart unless-stopped \
           teecke/dide-cypress
  1. Access with a remote desktop client to localhost:3389 using ubuntu user and ubuntu password.

  2. Start Visual Studio Codium and open the folder /home/ubuntu/myproject within it.

  3. Develop your Cypress E2E test.

  4. Open a terminal, go to the /home/ubuntu/myproject directory and open Cypress with $(npm bin)/cypress open

  5. Execute your test.

Build from scratch

TBD

Contribute

You can contribute to the project following our covenant code of conduct.

About

Cypress IDE based on Duing Desktop

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 69.8%
  • Dockerfile 30.2%