Skip to content

Commit

Permalink
Cypress tests - default switched to Cypress 11, Staging and Demo test…
Browse files Browse the repository at this point in the history
…suites updated with Cypress tests, Dashboard E2E tests temporary removed (#2829)
  • Loading branch information
tkonieczny committed Dec 1, 2022
1 parent d85949f commit d733bf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/cypress/executor-tests/crd/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
type: git
uri: https://github.com/kubeshop/testkube
branch: main
path: test/cypress/executor-tests/cypress-10
path: test/cypress/executor-tests/cypress-11
executionRequest:
variables:
CYPRESS_CUSTOM_ENV:
Expand All @@ -119,7 +119,7 @@ spec:
type: git
uri: https://github.com/kubeshop/testkube.git
branch: main
path: test/cypress/executor-tests/cypress-10
path: test/cypress/executor-tests/cypress-11
---
# cypress-default-executor-smoke-electron-testsource-git-dir - Test
apiVersion: tests.testkube.io/v3
Expand All @@ -131,7 +131,7 @@ spec:
type: cypress/project
content:
repository:
path: test/cypress/executor-tests/cypress-10
path: test/cypress/executor-tests/cypress-11
source: testsource-cypress-default-executor-smoke-electron-testsource-git-dir
executionRequest:
variables:
Expand Down
3 changes: 2 additions & 1 deletion test/suites/demo-testsuite.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{"execute": {"name": "postman-executor-smoke-testsource-git-file"}},
{"execute": {"name": "k6-executor-smoke"}},
{"execute": {"name": "container-executor-curl-smoke"}},
{"execute": {"name": "dashboard-e2e-tests"}}
{"execute" :{"name": "cypress-11-executor-smoke-chrome"}},
{"execute" :{"name": "cypress-default-executor-smoke-electron-testsource-git-dir"}}
]
}
4 changes: 3 additions & 1 deletion test/suites/staging-testsuite.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
{"execute": {"name": "postman-executor-smoke"}},
{"execute": {"name": "postman-executor-smoke-testsource-git-file"}},
{"execute": {"name": "k6-executor-smoke"}},
{"execute": {"name": "container-executor-curl-smoke"}}
{"execute": {"name": "container-executor-curl-smoke"}},
{"execute" :{"name": "cypress-11-executor-smoke-chrome"}},
{"execute" :{"name": "cypress-default-executor-smoke-electron-testsource-git-dir"}}
]
}

0 comments on commit d733bf8

Please sign in to comment.