Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Custom fields seems not to be supported anymore #3517

Open
aybartsch opened this issue Aug 29, 2024 · 0 comments
Open

Custom fields seems not to be supported anymore #3517

aybartsch opened this issue Aug 29, 2024 · 0 comments

Comments

@aybartsch
Copy link

What happened?

According to documentation Custom Fields in Reports I was adding custom fields and sysinfo to serenity.conf but they were never shown up in the reports.


report {
  tagtypes = "feature,story"
  customfields {
    webdriver = ${webdriver.driver}
    headless = ${headless.mode}
    environment = ${environment}
  }
}

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

Defining custom fields on command line did not work, too. I guess this feature is not supported anymore. Am I right?

What did you expect to happen?

Custom fields should be available in the serenity reports.

Serenity BDD version

4.0.44

JDK version

11.0.23

Execution environment

OS: macOS 14.5 (23F79)
Browser: Chrome 128.0.6613.85 (Official Build) (x86_64)

How to reproduce the bug.

  • Add customfields and sysinfo to serenity.conf
  • Run a simple test
  • Generate a single report
  • Aggregate a serenity report

How can we make it happen?

Add it to the Serenity BDD backlog and wait for a volunteer to pick it up

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

No branches or pull requests

1 participant