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

JBEHAVE-1606 Handle dynamic table meta only at scenario execution level #85

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

uarlouski
Copy link
Member

@uarlouski uarlouski commented Nov 20, 2024

Examples table meta should not be parsed along with scenario meta because unlike scenario meta, the table row is local to particular row being filtered which is unknown at the time of regex story parsing but at runtime, this logic is performed in PerformableTree where scenario parameters are checked for the meta in rows.

@uarlouski uarlouski changed the title JBEHAVE-1606 Fix invalid processing scope for table meta JBEHAVE-1606 Remove duplicate handling of table meta Nov 21, 2024
@uarlouski uarlouski changed the title JBEHAVE-1606 Remove duplicate handling of table meta JBEHAVE-1606 Handle dynamic table meta only at scenario execution level Nov 21, 2024
@valfirst valfirst merged commit 5ca4b87 into master Nov 21, 2024
10 checks passed
@valfirst valfirst deleted the JBEHAVE-1606 branch November 21, 2024 09:24
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

Successfully merging this pull request may close these issues.

2 participants