Skip to content

Update playwright.yml #6

Update playwright.yml

Update playwright.yml #6

Triggered via push October 19, 2024 15:49
Status Failure
Total duration 4m 56s
Artifacts

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
check_password
Process completed with exit code 2.
test: BuyTShirt_E2E.cs#L34
Non-nullable field '_productName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: BuyTShirt_E2E.cs#L34
Non-nullable field '_productDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: BuyTShirt_E2E.cs#L34
Non-nullable field '_productPrice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: Cart.cs#L16
Unreachable code detected
test: Cart.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: BasePage.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: BasePage.cs#L7
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: BasePage.cs#L8
Non-nullable field '_playwright' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: BasePage.cs#L9
Non-nullable field '_browser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: BasePage.cs#L10
Non-nullable field '_page' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.