Skip to content

Version 1.13.x

Compare
Choose a tag to compare
@giulong giulong released this 12 Aug 12:04
· 733 commits to develop since this release

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 SpectrumTests and/or SpectrumPages 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.