saucelabs / sauce-cypress-plugin

Cypress Plugin to report your results directly to Sauce Labs
MIT License
7 stars 2 forks source link

chore: Add stricter type checking #53

Closed alexplischke closed 1 year ago

alexplischke commented 1 year ago

Add stricter type checking by specifying more concrete types wherever possible. Cypress' own types are much stronger defined (by us) as well now.

Added inline docs where more clarity was needed.