Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(npm): only install cypress when needed #220

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

max-nextcloud
Copy link
Contributor

We run npm ci in a number of places
and usually we do not need cypress to be installed.

In text a sample run of npm ci without cypress took 24 sec. instead of 43 sec.

This also prevents run failures due to network issues connecting to cypress.

Documentation for the environment variable used:
https://docs.cypress.io/guides/references/advanced-installation#Skipping-installation

We run `npm ci` in a number of places
and usually we do not need cypress to be installed.

In text a sample run of `npm ci` without cypress took 26 sec. instead of 46 sec.

This also prevents run failures due to network issues connecting to cypress.

Documentation for the environment variable used:
https://docs.cypress.io/guides/references/advanced-installation#Skipping-installation

Signed-off-by: Max <max@nextcloud.com>
@juliushaertl juliushaertl merged commit a2dbd9e into master Aug 30, 2023
3 checks passed
@juliushaertl juliushaertl deleted the perf/only-install-cypress-when-needed branch August 30, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants