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

Incorrect order of execution of Table transformers #5438

Open
draker94 opened this issue Oct 17, 2024 · 0 comments
Open

Incorrect order of execution of Table transformers #5438

draker94 opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@draker94
Copy link
Contributor

When we're trying to load external table with transformers and apply story transformers above, it firstly apply story transformer and only then apply external transformers.

To Reproduce
Story

Lifecycle:
Examples:
{transformer=FILTERING, column.urls=.+not-exist.+}
/story/experimental/data/links.table

Scenario: Use filtered links
Given I am on page with URL `<urls>`

Table

{transformer=FROM_HTML, column=urls, variableName=sourceCode, xpathSelector=//a/@href}

(expected that story will be executed zero times due to empty table)

Log:
log.txt

Expected behavior
Transformers on the Story/Scenario level should be executed after external transformers.

@draker94 draker94 added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant