Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 466 Bytes

2.1.4.md

File metadata and controls

14 lines (13 loc) · 466 Bytes

Serenity BDD 2.1.4

This release includes enhancements to the Build Info section to allow better support for nested structures in the serenity.conf file. You can now use human-readable labels and nested sections for properties that will appear in the Build Info page, as illustrated in this example:

sysinfo {
  Lead Developer = Daisy
  build = "${env.BUILD_NUMBER}"
  Test Run {
    Run By = "${env.USER}"
    Java Version = "${java.version}"
  }
}