Extend tremor-cli test to use tremor script to evaluate test results #884
Labels
cli
_complexity:medium
A task with a medium complexity that should be challanging
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
_size:small
A small task that should be quick to do
Describe the problem you are trying to solve
The integration testing framework allows for either for a simple "contains" check for any event or full file quality for all events.
It would be really nice to have the ability to run integration tests and use a tremor script for evaluating success/failure.
Describe the solution you'd like
For tests have the option to use
script: <script file>
that will run a script over the results. We can usestate
to keep track of data.Notes
It would be nice to investigate further if other testing options would benefit, it would also be nice to investigate if inlining the script would make sense in (some) cases
The text was updated successfully, but these errors were encountered: