saucelabs / node-saucelabs

A wrapper around Sauce Labs API
Apache License 2.0
93 stars 44 forks source link

live-testing API definition is outdated #255

Closed waggledans closed 2 months ago

waggledans commented 2 months ago

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:

  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