Cypress IDE based on Duing Desktop
Provide a Duing Integrated Development Environment to develop and execute Cypress E2E tests.
Use the Ubuntu Desktop to design your BDD test suite (yes! You have a desktop in a container)
- Start the
dide-cypress
container.
$ docker run -dit --name dide-cypress \
-p 3389:3389 \
--shm-size 1g \
--restart unless-stopped \
teecke/dide-cypress
-
Access with a remote desktop client to localhost:3389 using
ubuntu
user andubuntu
password. -
Start Visual Studio Codium and open the folder
/home/ubuntu/myproject
within it. -
Develop your Cypress E2E test.
-
Open a terminal, go to the
/home/ubuntu/myproject
directory and open Cypress with$(npm bin)/cypress open
-
Execute your test.
TBD
You can contribute to the project following our covenant code of conduct.