Open
Description
When working with an existing integration, developers often need to add a new test or modify an existing test. If there are many pipeline tests, this becomes hard to manage especially when using the -g option to generate new expected files.
An added command switch to target a single test within a specific datastream would make working with single files easier.
something like
elastic-package test pipeline -d stream -t test_file_name
or
elastic-package test pipeline -d stream -f test_file_name