Version 1.7.0 #81
giulong
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spectrum is now built with a JDK 21. This means that projects using Spectrum need to use at least a jdk 21.
Disclaimer: such a change has been done for two reasons valid at the time of this writing:
Default Waits on Specific Events
You can now provide a fixed wait time for each webDriver event in your
configuration.yaml
, as in the example below. Check the related docs for more details.Minimal Banner
This is the new banner logged at the beginning of the execution:
You can easily customise it by placing a file named
src/test/resources/banner.txt
in your project. That will be picked up and will effectively replace the internal one.This discussion was created from the release Version 1.7.0.
Beta Was this translation helpful? Give feedback.
All reactions