kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Add additional sauce desired capabilities for performance metrics #118

Closed kgress closed 2 years ago

kgress commented 2 years ago

Summary

Sauce labs offers performance metric tracking. It looks like they provide sauce options to enable the metrics, found on this doc here.

We should add these sauce options to our sauce desired capabilities, here.. We should also check to see if there are any other sauce options we'd like to add, which can be found from this document here.

These options should be checked for on the WebDriverManager's configureSauceBrowserOptions() method, found here.

A/C