Skip to content

Allow feature tests to be slowed down

Jeremy Jackson requested to merge jejacks0n/slower-capybara-tests into master

This introduces a new WEBDRIVER_DELAY environment variable that will specify a sleep time for every command that’s executed. A smallish value should be used, but the intent is to allow UX to use feature specs to review the visual components of complex to reproduce features.

Merge request reports