Closed aytekin-smartcar closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.65%. Comparing base (
f622ce2
) to head (66e8a2f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 9.11.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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:
BROWSER
environment variable configuration to the README, enabling users to choose between Google Chrome or Mozilla Firefox for test executions.