Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kyma-project/busola into ui5-combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Oct 5, 2023
2 parents 00dcd9a + 2af0d7e commit 015b257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"scripts": {
"start": "$(npm bin)/cypress open",
"start:local": "CYPRESS_LOCAL_DEV=true $(npm bin)/cypress open",
"test:cluster": "cypress run --spec \"tests/cluster/*.spec.js,tests/extensibility/*.spec.js\" --browser chrome",
"test:namespace": "cypress run --spec \"tests/namespace/*.spec.js\" --browser chrome",
"test:cluster": "cypress run --spec \"tests/cluster/*.spec.js,tests/extensibility/*.spec.js\" --browser chromium",
"test:namespace": "cypress run --spec \"tests/namespace/*.spec.js\" --browser chromium",
"test:cluster:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/cluster/*.spec.js,tests/extensibility/*.spec.js\" --browser chrome",
"test:namespace:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/namespace/*.spec.js\" --browser chrome",
"test:local": "CYPRESS_LOCAL_DEV=true $(npm bin)/cypress run --browser chrome",
Expand Down

0 comments on commit 015b257

Please sign in to comment.