saucelabs / sauce-cucumber-reporter

Cucumber Plugin to report your results directly to Sauce Labs
MIT License
0 stars 0 forks source link

Fix bad chain of dependencies #5

Closed alexplischke closed 1 year ago

alexplischke commented 1 year ago

Use the new (lightweight) client lib to communicate with Sauce Labs.

Side effect: got had get-stream incorrectly set as a dev dependency, which caused saucectl to not correctly pick it up. The new client @saucelabs/testcomposer does not use got at all.

See also https://github.com/saucelabs/saucectl/issues/622.