Playwright Tests #15
Annotations
1 error and 10 warnings
|
BasePage.cs#L21
Possible null reference return.
|
BasePage.cs#L32
Possible null reference return.
|
Cart.cs#L16
Unreachable code detected
|
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.
|
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.
|
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.
|
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.
|
BasePage.cs#L8
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
BasePage.cs#L9
Non-nullable field '_playwright' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
BasePage.cs#L10
Non-nullable field '_browser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading