Closed vikmaksymenko closed 1 year ago
Base: 87.91% // Head: 87.91% // No change to project coverage :thumbsup:
Coverage data is based on head (
f239b9e
) compared to base (980de9f
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Let's add a test similar to this but with different case in config and capabilities: https://github.com/aerokube/ggr/blob/master/config_test.go#L154-L159
Done in f239b9ee1b32963c6854f858bbbd19ac5ef42770
It looks like Selenium 4 and Selenium 3 submit "platform" capability differently:
We want our GGR server to work with both Selenium versions, so I used
strings.ToLower
for platform filtering to become case insensitive.