mattcasters / pentaho-pdi-dataset

Set of PDI plugins to more easily work with data sets. We also want to provide unit testing capabilities through input data sets and golden data sets.
Apache License 2.0
30 stars 13 forks source link

Allow selection of tests to be performed #21

Closed harrisward closed 5 years ago

harrisward commented 6 years ago

The Execute Unit test step can filter tests by Type. Would it be useful to allow this step to accept a user defined list of unit tests to execute with also the possibility to access a field from a previous step with test xml filenames to run from the metastore directory.

developers could use the get Filename step in a job and pass a list down to the execute unit tests step to better manage blocks of tests being executed instead of ALL by Type

harrisward commented 6 years ago

Its possible to do this already if you manipulate the filesystm to move the unit test xml files in and out of the metastore directory which could be done using a job that loops over the execute unit tests step transformation but its still a nice to have in the step itself

mattcasters commented 5 years ago

in 3.1