requests to "manual" or "live-testing" APIs work.
For example, sl deleteManualJob '["e475bbed133d487c9bc332519affdf66"]' should stop an active live-testing session.
All commands with this behaviour:
sl deleteManualJob <ids> complete manual task
sl createManualJob <capabilities> Manual job creation
sl listManualPlatforms Platform list with options for
sl getManualJob <taskId> get manual task
sl createManualJobScreenshot <taskId> Take screenshot in manual session
sl deleteManualJobLegacy <ids> complete manual task
sl createManualJobLegacy <capabilities> Manual job creation
Actual Behavior
All requests to live-testing endpoints return 404, for example:
$ sl deleteManualJob '["e475bbed133d487c9bc332519affdf66"]'
Error: Failed calling deleteManualJob: Response code 404 (Not Found), Not Found
Expected Behavior
requests to "manual" or "live-testing" APIs work. For example,
sl deleteManualJob '["e475bbed133d487c9bc332519affdf66"]'
should stop an active live-testing session.All commands with this behaviour:
Actual Behavior
All requests to live-testing endpoints return 404, for example: