Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/integration-tests/test-cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ -n "${nightly-}" ] && [ -z "${pkg-}" ]; then
yarn run test-cypress-dev-console-nightly
yarn run test-cypress-helm-nightly
yarn run test-cypress-pipelines-nightly
yarn run test-cypress-shipwright-nightly
# yarn run test-cypress-shipwright-nightly
yarn run test-cypress-topology-nightly
yarn run test-cypress-knative-nightly
# yarn run test-cypress-webterminal-nightly
Expand All @@ -97,7 +97,7 @@ if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then
yarn run test-cypress-knative-headless
yarn run test-cypress-topology-headless
yarn run test-cypress-pipelines-headless
yarn run test-cypress-shipwright-headless
# yarn run test-cypress-shipwright-headless
# yarn run test-cypress-webterminal-headless
exit;
fi
Expand Down