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

dynamic scenario outline background not included in report #2290

Closed
ptrthomas opened this issue Mar 31, 2023 · 1 comment
Closed

dynamic scenario outline background not included in report #2290

ptrthomas opened this issue Mar 31, 2023 · 1 comment
Assignees
Milestone

Comments

@ptrthomas
Copy link
Member

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:
image

the Background has worked for both scenarios (appears in the log) but does not appear in the HTML report where the @setup does

@ptrthomas ptrthomas self-assigned this Mar 31, 2023
ptrthomas added a commit that referenced this issue Mar 31, 2023
@ptrthomas ptrthomas added this to the 1.4.0 milestone Mar 31, 2023
@ptrthomas
Copy link
Member Author

1.4.0 released

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