Skip to content

Is there a way to optimize Cypress launch time (terminal run for CI contexts)? #16675

Discussion options

You must be logged in to vote

You can see more timings with DEBUG logs on.

That message about verifying Cypress essentially means it will run cypress verify command to ensure everything is ok, dependency-wise, to run.

You're likely seeing an increase in timing in 7.0 due to the screen size increase (this is what I've identified). You could try reducing the screen size to the default size prior to 7.0 (1280x720) to see if the increased time is related to the increase in screen size. Instructions here.

I think the 25l and 25h are part of some malformed ANSI characters. It can be ignored.

Generally I've seen people's runtimes increase with whatever file preprocessing they're doing which would run before cypress opens. No…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@san-slysz
Comment options

Answer selected by sandra-ouadghiri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants