14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # // Initialize Test Fixture 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Company: Expressium 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Project: Coffeeshop 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Environment: Development 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Url: https://expressium.dev/coffeeshop/index.html 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Id: 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Name: SuccessfulUserLoginWithValidCredentials 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Category: TA-1001 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Description: Successful User Login with Valid Credentials 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Date: 30-08-2025 14:40 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseHooks # 14:40:08 INFO Expressium.Coffeeshop.Web.API.Tests.BaseHooks # // Given I have logged in with valid user credentials 14:40:12 INFO Expressium.Coffeeshop.Web.API.Pages.LoginPage # SetUsername(john.doe@microsoft.com) 14:40:12 INFO Expressium.Coffeeshop.Web.API.Pages.LoginPage # SetPassword(1234567890) 14:40:13 INFO Expressium.Coffeeshop.Web.API.Pages.LoginPage # ClickLogin() 14:40:13 INFO Expressium.Coffeeshop.Web.API.Tests.BaseHooks # 14:40:13 INFO Expressium.Coffeeshop.Web.API.Tests.BaseHooks # // Then I should be redirected to the Home page 14:40:13 INFO Expressium.Coffeeshop.Web.API.BasePage # GetTitle() 14:40:13 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # 14:40:13 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # // Finalize Test Fixture 14:40:14 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Screenshot has been saved: SuccessfulUserLoginWithValidCredentials.png 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Multiple failures or warnings in test: 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # 1) Validate the HomePage title property... 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Assert.That(actual, Is.EqualTo(expected)) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Expected string length 5 but was 4. Strings differ at index 0. 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Expected: "XHome" 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # But was: "Home" 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # -----------^ 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Expressium.Coffeeshop.Web.API.Tests.Asserts.EqualTo(Object actual, Object expected, String message) in C:\Company\Source\Expressium.LivingDoc\Expressium.Coffeeshop.Web.API.Tests\Asserts.cs:line 20 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Expressium.Coffeeshop.Web.API.Tests.Steps.LoginSteps.ThenIShouldBeRedirectedToTheHomePage() in C:\Company\Source\Expressium.LivingDoc\Expressium.Coffeeshop.Web.API.Tests\Steps\LoginSteps.cs:line 29 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at InvokeStub_Action`1.Invoke(Object, Span`1) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # 2) System.ApplicationException : Validate the HomePage title property... 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Expected to be equal [XHome] but was [Home] - FAILED 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Expressium.Coffeeshop.Web.API.Tests.Asserts.EqualTo(Object actual, Object expected, String message) in C:\Company\Source\Expressium.LivingDoc\Expressium.Coffeeshop.Web.API.Tests\Asserts.cs:line 27 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Expressium.Coffeeshop.Web.API.Tests.Steps.LoginSteps.ThenIShouldBeRedirectedToTheHomePage() in C:\Company\Source\Expressium.LivingDoc\Expressium.Coffeeshop.Web.API.Tests\Steps\LoginSteps.cs:line 29 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at InvokeStub_Action`1.Invoke(Object, Span`1) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # --- End of stack trace from previous location --- 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Reqnroll.Bindings.BindingInvoker.InvokeBindingAsync(IBinding binding, IContextManager contextManager, Object[] arguments, ITestTracer testTracer, DurationHolder durationHolder) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Reqnroll.Infrastructure.TestExecutionEngine.ExecuteStepMatchAsync(BindingMatch match, Object[] arguments, DurationHolder durationHolder) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Reqnroll.Infrastructure.TestExecutionEngine.ExecuteStepMatchAsync(BindingMatch match, Object[] arguments, DurationHolder durationHolder) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Reqnroll.Infrastructure.TestExecutionEngine.<>c__DisplayClass56_0.<b__7>d.MoveNext() 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # --- End of stack trace from previous location --- 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Reqnroll.Infrastructure.TestExecutionEngine.<>c__DisplayClass56_0.<g__HandleStepExecutionExceptions|0>d.MoveNext() 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Reqnroll.Infrastructure.TestExecutionEngine.OnAfterLastStepAsync() 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Reqnroll.TestRunner.CollectScenarioErrorsAsync() 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Expressium.Coffeeshop.Web.API.Tests.Features.Authentication.LoginFeature.ScenarioCleanupAsync() 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at Expressium.Coffeeshop.Web.API.Tests.Features.Authentication.LoginFeature.SuccessfulUserLoginWithValidCredentials() in C:\Company\Source\Expressium.LivingDoc\Expressium.Coffeeshop.Web.API.Tests\Features\Authentication\Login.feature:line 10 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.b__0() 14:40:14 ERROR Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action) 14:40:14 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Number of passed tests: 0 14:40:14 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Number of skipped tests: 0 14:40:14 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Number of inconclusive tests: 0 14:40:14 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Number of failed tests: 1 14:40:14 INFO Expressium.Coffeeshop.Web.API.Tests.BaseTestFixture # Testcase has failed during execution...