Update playwright.yml #6
playwright.yml
on: push
check_password
0s
test
4m 38s
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.
|