Skip to content

Commit

Permalink
Disable Pipeline E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucifergene committed Nov 9, 2023
1 parent 802c16e commit e2c3436
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,13 @@ Run frontend tests:

Cypress integration tests are implemented in [Cypress.io](https://www.cypress.io/).

To install Cypress:

```
cd frontend
yarn run cypress install
```

Launch Cypress test runner:

```
Expand Down
4 changes: 2 additions & 2 deletions test-cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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-pipelines-nightly
# yarn run test-cypress-shipwright-nightly
yarn run test-cypress-topology-nightly
yarn run test-cypress-knative-nightly
Expand All @@ -73,7 +73,7 @@ if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then
yarn run test-cypress-helm-headless
yarn run test-cypress-knative-headless
yarn run test-cypress-topology-headless
yarn run test-cypress-pipelines-headless
# yarn run test-cypress-pipelines-headless
# yarn run test-cypress-shipwright-headless
# yarn run test-cypress-webterminal-headless
exit;
Expand Down

0 comments on commit e2c3436

Please sign in to comment.