- Issue created by @justanothermark
- Merge request !3Issue #3494563 by justanothermark. Handle array values in test data within the AI test UI module. → (Open) created by justanothermark
Currently, when rendering the table of results, test data values must be strings. In some cases, it would be more appropriate to allow arrays to be used as test data and for the UI module to handle these.
Check whether each value is an array and, if so, implode it in to a string.
Active
Code