Skip to content

Commit

Permalink
use correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Oct 15, 2024
1 parent 9b97e2d commit ac54229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:kyma-e2e:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/kyma*/*spec.js\" --browser chromium",
"test:smoke-extensions": "cypress run --browser chromium -C cypress-smoke.js",
"test:local": "CYPRESS_LOCAL_DEV=true cypress run --browser chrome",
"run-docker": "docker run --rm -it -p 3001:3001 -e DOCKER_DESKTOP_CLUSTER=true --net=host --pid=host --name kyma-dashboard --env ENVIRONMENT=$ENV europe-docker.pkg.dev/kyma-project/dev/busola-kyma-web-local:PR-$PR_NUMBER",
"run-docker": "docker run --rm -it -e DOCKER_DESKTOP_CLUSTER=true --net=host --pid=host --name kyma-dashboard --env ENVIRONMENT=$ENV europe-docker.pkg.dev/kyma-project/dev/busola:PR-$PR_NUMBER",
"test:accesibility": "cypress run --spec \"tests/accessibility/*.spec.js\" --browser chromium",
"test:accesibility:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/accessibility/*.spec.js\" --browser chrome"
},
Expand Down

0 comments on commit ac54229

Please sign in to comment.