You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... 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 |
The text was updated successfully, but these errors were encountered:
If we consider these files...
input.dat
expected-output.dat
... it would be interesting to add assertions with a expected file
The text was updated successfully, but these errors were encountered: