Skip to content

Feature/add button click test case #52

Feature/add button click test case

Feature/add button click test case #52

Triggered via pull request April 11, 2024 15:29
Status Success
Total duration 1m 14s
Artifacts

PlaywrightProjectTests.yml

on: pull_request
PlaywrightProjectTests
1m 6s
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.AsyncAbstractions.UI/BasicImplementations/WebContext.cs#L13
Non-nullable property 'Browser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
PlaywrightProjectTests: Behavioral.Automation.AsyncAbstractions.UI/BasicImplementations/WebContext.cs#L14
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/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/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/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/WebElementsWrappers/PlayWrightWebElement.cs#L34
Possible null reference argument for parameter 'selector' in 'ILocator IPage.Locator(string selector, PageLocatorOptions? options = null)'.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/ElementTransformations/ElementTransformations.cs#L52
Possible null reference argument for parameter 'selector' in 'ILocator ILocatorProvider.GetLocator(ElementSelector selector)'.
PlaywrightProjectTests: Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/ElementTransformations/ElementTransformations.cs#L51
Possible null reference argument for parameter 'cellsSelector' in 'TableWrapper.TableWrapper(WebContext webContext, ILocator locator, ILocator rowLocator, ElementSelector cellsSelector, ILocator? headerCellsLocator, string caption)'.