We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as reported here: https://stackoverflow.com/q/75891220/143475
to replicate:
Feature: Background: * print 'in background' @setup Scenario: * def data = [{a: 1}, {a: 2}] Scenario Outline: * print __row Examples: | karate.setup().data |
report:
the Background has worked for both scenarios (appears in the log) but does not appear in the HTML report where the @setup does
Background
@setup
The text was updated successfully, but these errors were encountered:
hacky solution for #2290
46c4eee
1.4.0 released
Sorry, something went wrong.
ptrthomas
No branches or pull requests
as reported here: https://stackoverflow.com/q/75891220/143475
to replicate:
report:

the
Background
has worked for both scenarios (appears in the log) but does not appear in the HTML report where the@setup
doesThe text was updated successfully, but these errors were encountered: