Skip to content

[Feat]: Percy Playwright Dotnet Support #6

[Feat]: Percy Playwright Dotnet Support

[Feat]: Percy Playwright Dotnet Support #6

Triggered via pull request June 13, 2024 19:05
Status Failure
Total duration 56s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Test
Process completed with exit code 2.
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test: Percy/PercyPlaywrightDriver.cs#L59
Cannot convert null literal to non-nullable reference type.
Test: Percy/Cache.cs#L16
Possible null reference return.
Test: Percy/PercyPlaywrightDriver.cs#L46
Possible null reference argument for parameter 'value' in 'void Cache<string, object>.Store(string key, object value)'.
Test: Percy/PercyPlaywrightDriver.cs#L53
Dereference of a possibly null reference.
Test: Percy/Percy.cs#L58
Dereference of a possibly null reference.
Test: Percy.Test/Percy.Test.cs#L22
Non-nullable field 'playwright' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: Percy.Test/Percy.Test.cs#L22
Non-nullable field 'browser' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: Percy.Test/Percy.Test.cs#L22
Non-nullable property 'Page' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test: Percy/PercyPlaywrightDriver.cs#L59
Cannot convert null literal to non-nullable reference type.
Test: Percy/Cache.cs#L16
Possible null reference return.