Skip to content

Commit

Permalink
feat: enable desktop-lite for Cypress UI over VNC
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Oct 11, 2023
1 parent 110b758 commit 38b1944
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@
}
},

// Use 'features' to configure features.
"features": {
// add desktop-lite to allow Cypress GUI over VNC web & desktop
// https://github.com/devcontainers/features/tree/main/src/desktop-lite
"ghcr.io/devcontainers/features/desktop-lite:1": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
"forwardPorts": [6080, 5901],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
Expand Down

0 comments on commit 38b1944

Please sign in to comment.