Skip to content

Feature/initial project structure #47

Feature/initial project structure

Feature/initial project structure #47

Triggered via pull request February 27, 2024 09:53
Status Success
Total duration 48s
Artifacts

PlaywrightProjectTests.yml

on: pull_request
PlaywrightProjectTests
39s
PlaywrightProjectTests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
PlaywrightProjectTests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Context/WebContext.cs#L7
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Context/WebContext.cs#L8
Non-nullable property 'Page' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Configs/Config.cs#L8
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Configs/Config.cs#L11
Non-nullable property 'SearchAttribute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/WebElementsWrappers/TableWrapper.cs#L36
Possible null reference argument for parameter 'selector' in 'ILocator ILocator.Locator(string selector, LocatorLocatorOptions? options = null)'.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/ElementTransformations/ElementTransformations.cs#L50
Possible null reference argument for parameter 'selector' in 'ILocator ILocatorProvider.GetLocator(ElementSelector selector)'.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/ElementTransformations/ElementTransformations.cs#L49
Possible null reference argument for parameter 'cellsSelector' in 'TableWrapper.TableWrapper(WebContext webContext, ILocator locator, ILocator rowLocator, ElementSelector cellsSelector, ILocator? headerCellsLocator, string caption)'.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Services/ElementSelectors/TableSelector.cs#L5
Non-nullable property 'BaseElementSelector' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Services/ElementSelectors/TableSelector.cs#L6
Non-nullable property 'RowSelector' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Services/ElementSelectors/DropdownSelector.cs#L5
Non-nullable property 'BaseElementSelector' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.