DevExpress / testcafe-browser-provider-saucelabs

This is the Sauce Labs browser provider plugin for TestCafe.
https://devexpress.github.io/testcafe/
MIT License
32 stars 41 forks source link

Allow customizing Sauce job name and build name #13

Closed kamui closed 7 years ago

kamui commented 7 years ago

I use SauceLabs with CircleCI, and it would help a lot if I could set the job name and build name in particular. I can't kill tunnels because CircleCI lacks a hook to cleanup tunnels for cancelled builds, so I run a job at the beginning of each build that closes unused builds, but it does so via the job and build name.

Perhaps via custom ENV vars?

AlexanderMoskovkin commented 7 years ago

Hi,

Thanks for the proposal. It sounds useful. We will think out it and propose some API for this