Skip to content

Merge branch 'bellatrix-playwright-upgrade' of https://github.com/Aut… #135

Merge branch 'bellatrix-playwright-upgrade' of https://github.com/Aut…

Merge branch 'bellatrix-playwright-upgrade' of https://github.com/Aut… #135

Triggered via push April 18, 2024 06:53
Status Failure
Total duration 4m 44s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[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/[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: templates/Bellatrix.Playwright.GettingStarted/obj/Debug/net8.0/TestPlatformEntryPoint.cs#L10
Method 'TestingPlatformEntryPoint.Main(string[])' will not be used as an entry point because a synchronous entry point 'AutoGeneratedProgram.Main(string[])' was found.
build: templates/Bellatrix.Playwright.GettingStarted/UrlSettings.cs#L11
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: templates/Bellatrix.Playwright.GettingStarted/UrlSettings.cs#L12
Non-nullable property 'ShopUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: templates/Bellatrix.Playwright.GettingStarted/UrlSettings.cs#L13
Non-nullable property 'AccountUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: templates/Bellatrix.Playwright.GettingStarted/07. Common Services/07.1. Browser Service/BrowserServiceTests.cs#L29
'BrowserService.Maximize()' is obsolete: 'Playwright does not support 'maximize' out of the box. Use specific resolution instead.'
build: templates/Bellatrix.Playwright.GettingStarted/08. Controls/08.2. Complex Controls/Data/Employee.cs#L8
Non-nullable property 'Order' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: templates/Bellatrix.Playwright.GettingStarted/08. Controls/08.2. Complex Controls/Data/Employee.cs#L11
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: templates/Bellatrix.Playwright.GettingStarted/08. Controls/08.2. Complex Controls/Data/Employee.cs#L14
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: templates/Bellatrix.Playwright.GettingStarted/08. Controls/08.2. Complex Controls/Data/Employee.cs#L17
Non-nullable property 'BusinessEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: templates/Bellatrix.Playwright.GettingStarted/08. Controls/08.2. Complex Controls/Data/Employee.cs#L20
Non-nullable property 'PersonalEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.