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

FEATURE: Support to specify test-run parameters/properties for test reports #1112

Open
jenisys opened this issue May 19, 2023 · 0 comments
Open

Comments

@jenisys
Copy link
Member

jenisys commented May 19, 2023

  • Allow the user to specify parameters (meaning: name/value pairs) of the test run
  • These test-run parameters can then be included in the test-output of some Formatters/Reporters
  • This functionality should provide the core infrastructure for this

IDEA:

  • User functionality in features/environment.py extracts test-run property info from behave.userdata, Environment variables or som config-files and stores them in behave
  • Formatter/Reporter extracts this info and shows in the output (as part of the test report)
  • MAYBE: Specify test-run parameters via command-line option (as name/value pair or from a config-file)

EXAMPLE:

  • The test report should indicate on which HOST the tests are run
  • The test report should contain some version-info for some packages

RELATED: Test-Run Parameters (or: Properties)

MORE DETAILS:

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

No branches or pull requests

1 participant