Version 1.13.x #213
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
Uh oh!
There was an error while loading. Please reload this page.
-
Automatically open generated reports
You can now provide the
openAtEnd
flag in those reporters that produce a file at the end of the execution. By setting it totrue
, the corresponding report will be automatically opened once ready. Check these sections in the docs: Html Report, Summary Reporters, and TestBook Reporters.Dropped
data.fqdn
keyThe Data class you provide as a generic in your
SpectrumTest
s and/orSpectrumPage
s is now loaded at runtime automatically. This means if you used data, you now have to delete thefqdn
key from yourconfiguration*.yaml
files.Added
video.skipDuplicateFrames
keyBy default, Spectrum discards consecutive duplicate frames when generating the video of the execution. You can now disable this behaviour by explicitly setting
video.skipDuplicateFrames
tofalse
. Check the Automatic Execution Video Generation section for details.This discussion was created from the release Version 1.13.x.
Beta Was this translation helpful? Give feedback.
All reactions