HW 15 - finished (Atata+Playwright) #8
Playwright.DownloadUploadTests.yml
on: pull_request
build
1m 55s
Annotations
10 warnings
build:
PlaywrigthSpecFlow/Features/WebTable/WebTableSteps.cs#L16
Possible null reference argument for parameter 'page' in 'DemoQAWebTablesPage.DemoQAWebTablesPage(IPage page)'.
|
build:
PlaywrigthSpecFlow/Features/WebTable/WebTableSteps.cs#L14
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.
|
build:
PlaywrigthSpecFlow/Features/WebTable/WebTableSteps.cs#L35
Dereference of a possibly null reference.
|
build:
PlaywrigthSpecFlow/Features/WebTable/WebTableSteps.cs#L40
Dereference of a possibly null reference.
|
build:
PlaywrigthSpecFlow/Features/WebTable/WebTableSteps.cs#L45
Dereference of a possibly null reference.
|
build:
PlaywrigthSpecFlow/Features/WebTable/WebTableSteps.cs#L11
Non-nullable field '_WebTablesPage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
PlaywrigthSpecFlow/API/Models/UserModel.cs#L5
Non-nullable property 'userName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
PlaywrigthSpecFlow/API/Models/UserModel.cs#L6
Non-nullable property 'password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
PlaywrigthSpecFlow/API/Models/User.cs#L16
Non-nullable property 'isbn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
PlaywrigthSpecFlow/API/Models/User.cs#L17
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|