Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

JSystem features to support work with new Difido design #373

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

JenyaB86
Copy link

@JenyaB86 JenyaB86 commented Jun 28, 2023

  • Reporter interface new methods that support badges de# 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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant