Skip to content

Selenium 4 upgrade #457

Selenium 4 upgrade

Selenium 4 upgrade #457

Triggered via pull request March 12, 2024 19:47
Status Failure
Total duration 1m 19s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/GlobalUsings.cs#L4
The type or namespace name 'Android' does not exist in the namespace 'Legerity' (are you missing an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/GlobalUsings.cs#L5
The type or namespace name 'Pages' does not exist in the namespace 'Legerity' (are you missing an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/Pages/SamplePage.cs#L6
The type or namespace name 'BasePage' could not be found (are you missing a using directive or an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/BaseTestClass.cs#L9
The type or namespace name 'LegerityTestClass' could not be found (are you missing a using directive or an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/BaseTestClass.cs#L26
The type or namespace name 'AppManagerOptions' could not be found (are you missing a using directive or an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/BaseTestClass.cs#L39
The type or namespace name 'AppManagerOptions' could not be found (are you missing a using directive or an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/Tests/SampleTests.cs#L10
The type or namespace name 'AppManagerOptions' could not be found (are you missing a using directive or an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/GlobalUsings.cs#L4
The type or namespace name 'Android' does not exist in the namespace 'Legerity' (are you missing an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/GlobalUsings.cs#L5
The type or namespace name 'Pages' does not exist in the namespace 'Legerity' (are you missing an assembly reference?)
build: tools/Legerity.Templates/templates/Legerity.Templates.Android.NUnit/BaseTestClass.cs#L9
The type or namespace name 'LegerityTestClass' could not be found (are you missing a using directive or an assembly reference?)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/Legerity.Core/AppManager.cs#L142
'WebAppDriverType.EdgeChromium' is obsolete: 'Use Edge instead. This will be removed in a future release.'
build: src/Legerity.Core/Extensions/DriverExtensions.cs#L165
Missing XML comment for publicly visible type or member 'DriverExtensions.FindElementByXPath(WebDriver, string)'
build: src/Legerity.Core/Extensions/DriverExtensions.cs#L170
Missing XML comment for publicly visible type or member 'DriverExtensions.FindElementsByXPath(WebDriver, string)'
build: src/Legerity.Core/Extensions/DriverExtensions.cs#L175
Missing XML comment for publicly visible type or member 'DriverExtensions.FindElementById(WebDriver, string)'
build: src/Legerity.Core/Extensions/DriverExtensions.cs#L180
Missing XML comment for publicly visible type or member 'DriverExtensions.FindElementByName(WebDriver, string)'
build: src/Legerity.Core/AppManager.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)