Version 1.13.x
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 to true
, 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
key
The Data class you provide as a generic in your SpectrumTest
s and/or SpectrumPage
s is now loaded at runtime automatically. This means if you used data, you now have to delete the fqdn
key from your configuration*.yaml
files.
Added video.skipDuplicateFrames
key
By default, Spectrum discards consecutive duplicate frames when generating the video of the execution. You can now disable this behaviour by explicitly setting video.skipDuplicateFrames
to false
. Check the Automatic Execution Video Generation section for details.