Skip to content

Commit

Permalink
add cypress to devcontaier
Browse files Browse the repository at this point in the history
  • Loading branch information
neilboyd committed Dec 23, 2024
1 parent d6cdf8e commit e16fb28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers-contrib/features/node-asdf:0": {}
"ghcr.io/devcontainers-contrib/features/node-asdf:0": {},
"ghcr.io/schlich/devcontainer-features/cypress:1": {}
}

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ava": "^3.14.0",
"browser-pack-flat": "^3.4.2",
"browserify": "^17.0.0",
"cypress": "^6.2.0",
"cypress": "^6.9.1",
"standard": "^16.0.3",
"uglify-js": "^3.12.3"
},
Expand Down

0 comments on commit e16fb28

Please sign in to comment.