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

Assert expected result on file #14

Open
mrebiai opened this issue Nov 22, 2023 · 0 comments
Open

Assert expected result on file #14

mrebiai opened this issue Nov 22, 2023 · 0 comments

Comments

@mrebiai
Copy link
Member

mrebiai commented Nov 22, 2023

If we consider these files...

input.dat

input1
input2

expected-output.dat

output1
output2

... it would be interesting to add assertions with a expected file

 Scenario: Nominal with file
    When records from file with value are sent
      | topic_alias | key           | file |
      | topic-in     | my-key     | features/records/input.dat |
    Then expected records
      | topic_alias| key            | file |
      | topic-out  | my-key     | features/records/expected-output.dat |
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

No branches or pull requests

1 participant