smartcar / node-sdk

Smartcar Node.js SDK
MIT License
49 stars 14 forks source link

feat: add browser configuration for test environment #171

Closed aytekin-smartcar closed 4 months ago

aytekin-smartcar commented 4 months ago

This PR introduces the ability to configure the web browser used for running tests via an environment variable BROWSER. The valid options for this variable are 'chrome' and 'firefox', with 'firefox' set as the default browser if no environment variable is explicitly defined.

Changes:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.65%. Comparing base (f622ce2) to head (66e8a2f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #171 +/- ## ======================================= Coverage 99.65% 99.65% ======================================= Files 6 6 Lines 290 290 ======================================= Hits 289 289 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

smartcar-ci commented 4 months ago

:tada: This PR is included in version 9.11.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: