Launching an published suite in job scheduling via API #35
Unanswered
Quali-Community
asked this question in
Forums
Replies: 1 comment
-
|
Hi Kimo, You can take a look at the implementation of this powershell wrapper: https://github.com/QualiSystems/Quali-API-PowerShell-Wrapper One of the options there is to enqueue a suite by its name. Invoke-EnqueueSuite -SuiteName "SuiteTemplateName" It's implemented by first reading the suite details and then enqueuing an ad-hoc suite with the same name and details (which will cause it to be placed under the original suite). See if that helps, Yaniv Yaniv Kalsky (Yaniv.K) - 01/15/2021 01:32 AM
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use published Suites in Job Scheduling as the "source of truth", and as such, I'm trying to figure out a way to launch the suite via API.
The Quali API allows me to pull a list of existing suites (Get Available Suite Template).
And I think I can build a new suite and add a published Suite to is, but the API isn't clear on where that information goes.
In addition, there seem to be a documentation issue with the "Jobs Details" field for "Enqueue Customer Suite" command - states a 9 column matrix, but lists 10 headers - the Quali API in TestShell still has 9 (Suite Name column is what is missing).
Kimo Saper (ksaper) - 01/15/2021 12:15 AM
· 5315 ·
Beta Was this translation helpful? Give feedback.
All reactions