Skip to content
Snippets Groups Projects
Commit d5f020c0 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

cypress: Override type command to remove key press delay

Cypress use a default key press delay of 10ms which significantly
slow downs e2e tests when typing a long string in an input element.

So override the type command to remove that delay.

Locally, overall cypress tests execution is reduced by one minute
(from 6m36 to 5m37).
parent f8c7ca10
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment