Skip to content

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).


Migrated from D7997 (view on Phabricator)

Merge request reports