Skip to content

Version 1.22.x

Compare
Choose a tag to compare
@giulong giulong released this 12 Feb 13:28
· 306 commits to develop since this release

Auto-Waiting

Spectrum now auto-waits before interacting with web elements, in order to reduce the tests' flakiness.
It's enabled by default and auto-waits up to 30 seconds:

drivers:
  waits:
    auto:
      enabled: true # Change this if you want to disable it
      timeout: 30 # Change this if you want to tweak the timeout.

Check the Auto-waiting docs section for all the details.