Add returns to suites invoked by API #1472
Replies: 2 comments
-
The idea might be to expose a transform module via API. The test itself, is just the Transform, which essentially becomes the method. I already have the the other calls build to call a Suite and follow it thru to completion, it's just that the REST Return does not have and "outputs" if the TestShell test does. So in this example, we would send say a CLI read in to the suite, which uses the transform to create a matrix by aligned column, then convert it to a csv - and returns the csv. Kimo TSI Support ([email protected]) - 09/15/2022 01:38 AM |
Beta Was this translation helpful? Give feedback.
-
Really it shouldn't matter what I put in there, if I can have a return, I'd like to be able to retrieve it by API. I can send it inputs by API, but not get any returns. TSI Support ([email protected]) - 09/15/2022 01:40 AM |
Beta Was this translation helpful? Give feedback.
-
When using the "Enqueue Custom Suite" to invoke a Job Suite, if the TestShell Test has return parameters, they are not available to be used (returns are not accessible).
Having the ability to use Job Suites like small functions to other frameworks might be helpful. Provides additional information to regressions ran, or frameworks.
Enqueue Custom Suite
TSI Support ([email protected]) - 09/09/2022 03:33 PM
Beta Was this translation helpful? Give feedback.
All reactions