Skip to content

Conversation

@JenyaB86
Copy link

@JenyaB86 JenyaB86 commented Jun 28, 2023

  • Reporter interface new methods that support badges design in the new html reports
  • AutoCloseable ReportLevel in Repoter

Code example:
`try (ReportLevel lvl1 = report.reportLevel("Standard Report Level")) {
report.bug("this is a bug");
}

try (ReportLevel lvl2 = report.reportLevel("Badge Report Level", EnumBadge.WORKAROUND)) {
report.report("Workaround details are as such...");
}`

  • CsvObjectArrayParameterProvider with capability to import/export data to csv and more.
  • SSH terminal connected flag added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant