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

Examples table cannot be used if ${variable} is set into <> angle brackets #3628

Open
MKseniya22 opened this issue Feb 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@MKseniya22
Copy link

MKseniya22 commented Feb 10, 2023

Please execute the test below:

Scenario: Test
Given I initialize SCENARIO variable `index` with value `#{randomInt(1, 4)}`
Given I initialize SCENARIO variable `result` with value `#{eval(<${index}>*2)}`
Then `${result}` is GREATER_THAN `${index}`
Examples:
/tables/test.table

Table to use:

|1|2|3|4|
|5|8|9|3|

Actual result:
actual_result

Expected result:

expected_result

Vividus version: '0.5.0'

@MKseniya22 MKseniya22 added the bug Something isn't working label Feb 10, 2023
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