Closed jeremie-code closed 2 years ago
Base: 5.88% // Head: 5.88% // No change to project coverage :thumbsup:
Coverage data is based on head (
5ee93d6
) compared to base (3429a3d
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@jeremie-code thank you for contribution!
Adding Custom Chrome Policy Configuration
In corporate networks, tested environments are often using custom policy configuration in order to manage chrome browser. To set chrome browser with the same policy as the corporate networks tested, our chrome images allow to add any configuration via environment variables. For every item in the list: Chrome Policy list.
Set an environment variable to browser image:
CH_POLICY_<preference-name>=<value>
Example:
CH_POLICY_ComponentUpdatesEnabled=false
Note: in case data type is a list of strings or a string, escape character may be required.