💄 Frontend authentication fixes #89
Annotations
13 errors
Northwind.WebUI.IntegrationTests.Endpoints.Categories.GetCategoryList ► ReturnsSuccessResult:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Customers.Create ► GivenCreateCustomerCommand_ReturnsSuccessStatusCode:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Customers.Delete ► GivenId_ReturnsSuccessStatusCode:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Customers.Delete ► GivenInvalidId_ReturnsNotFoundStatusCode:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Customers.GetAll ► ReturnsCustomersListViewModel:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Customers.GetById ► GivenId_ReturnsCustomerViewModel:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Customers.GetById ► GivenInvalidId_ReturnsNotFoundStatusCode:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Customers.Update ► GivenUpdateCustomerCommand_ReturnsSuccessStatusCode:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Customers.Update ► GivenUpdateCustomerCommandWithInvalidId_ReturnsNotFoundStatusCode:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Products.Create ► CreateProductCommand_WithNoCategory_CreatesProduct:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Northwind.WebUI.IntegrationTests.Endpoints.Products.Create ► CreateProductCommand_WithNoSupplier_CreatesProduct:
Tests/Common/Fixtures/WebUITestFactory.cs#L88
Failed test found in:
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 405 (Method Not Allowed).
|
Build & Test
Failed test were found and 'fail-on-error' option is set to true
|
Build & Test
Process completed with exit code 1.
|