Skip to main content

Unable to execute tests in real devices (Sauce Labs) - SpecFlow in Mac OS

Answered

Comments

13 comments

  • Jordan Western

    Hi udhaygajula,

    I had to move this post from the Specflow Actions topic, please post discussions in the General Discussions topic as your issue might be missed.

    Is this folder location definitely correct? Check you have selected 'Debug' as the target from VS.

    Can you send the input and output from the command line?

    0
  • udhaygajula

    Hi Jordan,

     

    I am really glad to see your responses. You made me breathe.

    We are able to execute on real devices with Sauce Labs on Window machine without any issues. This is only happening with Mac OS.

     

    XXXXX@XXXX-MacBook-Pro XXXXX % dotnet test --filter "tag=XXXX-2021"

     

    Determining projects to restore...

      All projects are up-to-date for restore.

      SpecFlowFeatureFiles: Features/About.feature;Features/AfterPay.feature;Features/AvalaraTax.feature;Features/Cart.feature;Features/Checkout.feature;Features/CountryModal.feature;Features/CountrySelect.feature;Features/Cybersource.feature;Features/ECPay.feature;Features/Errors.feature;Features/FindAShoe.feature;Features/GiftCard.feature;Features/GlobalFooter.feature;Features/GlobalHeader.feature;Features/InStoreMySizesModal.feature;Features/InStorePDPSizeSelections.feature;Features/InStoreProductReviews.feature;Features/InStoreUseMyCurrentLocation.feature;Features/MyAccount.feature;Features/MyNBRewards.feature;Features/NB1.feature;Features/OCAPITests.feature;Features/OrderConfirmation.feature;Features/OrderDetail.feature;Features/OrderReturns.feature;Features/OrderStatus.feature;Features/Paypal.feature;Features/PGP.feature;Features/ProductDetails.feature;Features/ProductReview.feature;Features/Search.feature;Features/StoreLocator.feature;Features/Wishlist.feature

    -> Using default config

    .feature files

      TemporaryTestData -> /Users/XXXX/XXXX/test/acceptance/selenium/TemporaryTestData/bin/Debug/netcoreapp3.1/TemporaryTestData.dll

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/CheckoutXXXX.cs(23,28): warning CS0108: 'CheckoutXXXX.UsernameTextBox' hides inherited member 'XXXX.UsernameTextBox'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/CheckoutXXXX.cs(24,28): warning CS0108: 'CheckoutXXXX.PasswordTextBox' hides inherited member 'XXXX.PasswordTextBox'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/CheckoutXXXX.cs(25,28): warning CS0108: 'CheckoutXXXX.LoginSubmitButton' hides inherited member 'XXXX.LoginSubmitButton'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/AccountDashboardPage.cs(246,28): warning CS0108: 'AccountDashboardPage.BackToMyAccountLink' hides inherited member 'XXXX.BackToMyAccountLink'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(90,23): warning CS0108: 'HomePage.CountryIconImgSelector' hides inherited member 'XXXX.CountryIconImgSelector'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(91,35): warning CS0108: 'HomePage.CountryIconImg' hides inherited member 'XXXX.CountryIconImg'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(185,28): warning CS0108: 'HomePage.MyNBRewardsContentAsset' hides inherited member 'XXXX.MyNBRewardsContentAsset'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/LoginAndCreateAccountModalPage.cs(31,28): warning CS0108: 'LoginAndCreateAccountModalPage.LoginButton' hides inherited member 'XXXX.LoginButton'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/LoginAndCreateAccountModalPage.cs(129,21): warning CS0108: 'LoginAndCreateAccountModalPage.ClickOnLoginButton()' hides inherited member 'XXXX.ClickOnLoginButton()'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/MyNBRewardsPage.cs(42,35): warning CS0108: 'MyNBRewardsPage.LoginButtons' hides inherited member 'XXXX.LoginButtons'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/MyNBRewardsPage.cs(43,28): warning CS0108: 'MyNBRewardsPage.LoginButton' hides inherited member 'XXXX.LoginButton'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/MyNBRewardsPage.cs(46,28): warning CS0108: 'MyNBRewardsPage.JoinButton' hides inherited member 'XXXX.JoinButton'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(38,28): warning CS0108: 'XXXX.ProductImage' hides inherited member 'XXXX.ProductImage'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(39,28): warning CS0108: 'XXXX.PopUpRemoveHeader' hides inherited member 'XXXX.PopUpRemoveHeader'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(40,28): warning CS0108: 'XXXX.PopUpClose' hides inherited member 'XXXX.PopUpClose'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(41,28): warning CS0108: 'XXXX.PopUpCancel' hides inherited member 'XXXX.PopUpCancel'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(42,28): warning CS0108: 'XXXX.PopUpConfirmRemove' hides inherited member 'XXXX.PopUpConfirmRemove'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(43,28): warning CS0108: 'XXXX.PopUpAddToWishList' hides inherited member 'XXXX.PopUpAddToWishList'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(44,28): warning CS0108: 'XXXX.ViewWishListLink' hides inherited member 'XXXX.ViewWishListLink'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(45,28): warning CS0108: 'XXXX.PopUpProductImage' hides inherited member 'XXXX.PopUpProductImage'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(46,28): warning CS0108: 'XXXX.PopUpPrice' hides inherited member 'XXXX.PopUpPrice'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(47,28): warning CS0108: 'XXXX.PopUpGender' hides inherited member 'XXXX.PopUpGender'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(48,28): warning CS0108: 'XXXX.PopUpProductName' hides inherited member 'XXXX.PopUpProductName'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(49,28): warning CS0108: 'XXXX.EmptyCartMessage' hides inherited member 'XXXX.EmptyCartMessage'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(263,21): warning CS0108: 'XXXX.CloseConfirmationPopup()' hides inherited member 'XXXX.CloseConfirmationPopup()'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(268,21): warning CS0108: 'XXXX.CancelConfirmationPopup()' hides inherited member 'XXXX.CancelConfirmationPopup()'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(273,21): warning CS0108: 'XXXX.ClickRemoveFromConfirmationPopUp()' hides inherited member 'XXXX.ClickRemoveFromConfirmationPopUp()'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(612,41): warning CS0108: 'XXXX.ClickOnJoinButton()' hides inherited member 'XXXX.ClickOnJoinButton()'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(36,28): warning CS0108: 'XXXX.IncorrectEmailPasswordCombination' hides inherited member 'XXXX.IncorrectEmailPasswordCombination'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(38,28): warning CS0108: 'XXXX.IncorrectEmailFormat' hides inherited member 'XXXX.IncorrectEmailFormat'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(39,28): warning CS0108: 'XXXX.BlankEmail' hides inherited member 'XXXX.BlankEmail'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(40,28): warning CS0108: 'XXXX.BlankPassword' hides inherited member 'XXXX.BlankPassword'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/CreateAccountPage.cs(28,28): warning CS0108: 'CreateAccountPage.BlankEmail' hides inherited member 'XXXX.BlankEmail'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/CreateAccountPage.cs(29,28): warning CS0108: 'CreateAccountPage.BlankPassword' hides inherited member 'XXXX.BlankPassword'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(44,28): warning CS0108: 'XXXX.ProductImage' hides inherited member 'XXXX.ProductImage'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(66,28): warning CS0108: 'XXXX.BillingAddressHeader' hides inherited member 'XXXX.BillingAddressHeader'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(67,28): warning CS0108: 'XXXX.PaymentMethodHeader' hides inherited member 'XXXX.PaymentMethodHeader'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(69,28): warning CS0108: 'XXXX.XXXX' hides inherited member 'XXXX.XXXX'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(70,28): warning CS0108: 'XXXX.XXXX' hides inherited member 'XXXX.XXXX'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/RetailMyStorePage.cs(22,16): warning CS0108: 'RetailMyStorePage.PageTitle' hides inherited member 'XXXX.PageTitle'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(89,28): warning CS0108: 'XXXX.BillingForm_SubmitButton' hides inherited member 'XXXX.BillingForm_SubmitButton'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(107,28): warning CS0108: 'XXXX.OrderSummary_OrderTotal' hides inherited member 'XXXX.OrderSummary_OrderTotal'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(121,28): warning CS0108: 'XXXX.BackToShoppingCart' hides inherited member 'XXXX.BackToShoppingCart'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(469,28): warning CS0108: 'XXXX.AfterPayImageDesktop' hides inherited member 'XXXX.AfterPayImageDesktop'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(478,28): warning CS0108: 'XXXX.AU15Discount' hides inherited member 'XXXX.AU15Discount'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(479,28): warning CS0108: 'XXXX.UPSShiiping' hides inherited member 'XXXX.UPSShiiping'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(527,28): warning CS0108: 'XXXX.ShippingPhoneCode' hides inherited member 'XXXX.ShippingPhoneCode'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/EditProfilePage.cs(62,28): warning CS0108: 'EditProfilePage.MtFitheader' hides inherited member 'XXXX.MtFitheader'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/RetailOnBoardingScreensPage.cs(23,16): warning CS0108: 'RetailOnBoardingScreensPage.PageTitle' hides inherited member 'XXXX.PageTitle'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/StoreLocatorPage.cs(35,28): warning CS0108: 'StoreLocatorPage.JoinButton' hides inherited member 'XXXX.JoinButton'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/WishListPage.cs(33,28): warning CS0108: 'WishListPage.PopUpPrice' hides inherited member 'XXXX.PopUpPrice'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/WishListPage.cs(52,28): warning CS0108: 'WishListPage.WishListOwner' hides inherited member 'XXXX.WishListOwner'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PDPPage.cs(41,28): warning CS0108: 'PDPPage.ViewWishListLink' hides inherited member 'XXXX.ViewWishListLink'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PGPPage.cs(123,28): warning CS0108: 'PGPPage.ProductImage' hides inherited member 'XXXX.ProductImage'. Use the new keyword if hiding was intended. [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/AutomationTestData/TestDataSourceProvider.cs(72,34): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/Integrations/OcapiHandler.cs(155,43): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/Integrations/OcapiHandler.cs(576,47): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/Utilities/PathHelper.cs(27,29): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/Utilities/PathHelper.cs(48,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/Utilities/PathHelper.cs(67,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/Integrations/OcapiHandler.cs(665,47): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/TestData.cs(578,13): warning CS0162: Unreachable code detected [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/StoreLocatorPage.cs(243,54): warning CS0618: 'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/TestData.cs(67,89): warning CS0618: 'FeatureContext.Current' is obsolete: 'Please get the FeatureContext via Context Injection - https://go.specflow.org/Migrate-FeatureContext-Current' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/SearchSteps.cs(356,16): warning CS0665: Assignment in conditional expression is always constant; did you mean to use == instead of = ? [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/SearchSteps.cs(466,18): warning CS0219: The variable 'searchTextFound' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/AccountDashboardSteps.cs(395,13): warning CS0618: 'ScenarioContext.Current' is obsolete: 'Please get the ScenarioContext via Context Injection - https://go.specflow.org/Migrate-ScenarioContext-Current' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/AccountDashboardPage.cs(1839,22): warning CS0168: The variable 'dt' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PGPPage.cs(1391,57): warning CS0162: Unreachable code detected [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PGPPage.cs(1441,21): warning CS0162: Unreachable code detected [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/CartSteps.cs(866,17): warning CS0219: The variable '_textMatched' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PDPPage.cs(224,20): warning CS0219: The variable 'RandCountry' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PDPPage.cs(364,20): warning CS0219: The variable 'productid' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PDPPage.cs(390,20): warning CS0219: The variable 'productid' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PDPPage.cs(414,20): warning CS0219: The variable 'productid' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/AddressBook.cs(327,17): warning CS0219: The variable 'addresscount' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PDPPage.cs(796,40): warning CS0162: Unreachable code detected [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/AddressBook.cs(439,45): warning CS0168: The variable 'nse' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(26,20): warning CS0219: The variable 'dataActionName' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(27,20): warning CS0219: The variable 'dataActionName2' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(39,20): warning CS0219: The variable 'dataActionName' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/PaypalPage.cs(197,21): warning CS0219: The variable 'idx' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/XXXX.cs(85,13): warning CS0618: 'ScenarioContext.Current' is obsolete: 'Please get the ScenarioContext via Context Injection - https://go.specflow.org/Migrate-ScenarioContext-Current' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/XXXX.cs(136,13): warning CS0618: 'ScenarioContext.Current' is obsolete: 'Please get the ScenarioContext via Context Injection - https://go.specflow.org/Migrate-ScenarioContext-Current' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/OrderConfirmationSteps.cs(55,13): warning CS0618: 'ScenarioContext.Current' is obsolete: 'Please get the ScenarioContext via Context Injection - https://go.specflow.org/Migrate-ScenarioContext-Current' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/Page.cs(477,54): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/Page.cs(585,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/Page.cs(634,13): warning CS0162: Unreachable code detected [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/Page.cs(630,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/Page.cs(645,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/Page.cs(684,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/Page.cs(870,29): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/CreateAccountPage.cs(115,33): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/CheckoutSteps.cs(2247,46): warning CS0618: 'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/CheckoutSteps.cs(2258,46): warning CS0618: 'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/OrderConfirmationPage.cs(20,46): warning CS0618: 'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/CheckoutSteps.cs(2484,46): warning CS0618: 'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/CheckoutSteps.cs(2490,48): warning CS0618: 'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/CheckoutSteps.cs(2503,47): warning CS0618: 'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)' [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/FourOFourPage.cs(36,42): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/FourOFourPage.cs(42,46): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/ModalPage.cs(33,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(130,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(272,38): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(308,34): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(259,20): warning CS0219: The variable 'country' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(2141,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(2154,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(1054,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(1303,57): warning CS0219: The variable 'CTATimerReference' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/HomePage.cs(1338,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3052,55): warning CS0168: The variable 'sere' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3058,34): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3088,55): warning CS0168: The variable 'sere' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3094,34): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3125,55): warning CS0168: The variable 'sere' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3131,34): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3162,55): warning CS0168: The variable 'sere' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3168,34): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3197,55): warning CS0168: The variable 'sere' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3202,34): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3267,30): warning CS0168: The variable 'e' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(3374,18): warning CS0168: The variable 'matchPhoneyFormat' is declared but never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/XXXX.cs(393,34): warning CS0169: The field 'XXXX.s' is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/RetailMyStorePage.cs(22,16): warning CS0414: The field 'RetailMyStorePage.PageTitle' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/RetailOnBoardingScreensPage.cs(23,16): warning CS0414: The field 'RetailOnBoardingScreensPage.PageTitle' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/PDPSteps.cs(21,13): warning CS0414: The field 'PDPSteps.shorGridBWidthwithHideButton' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/PageObjects/RetailQRCodeCameraScreen.cs(21,16): warning CS0414: The field 'RetailQRCodeCameraScreen.SizeConvertedMsg' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

    /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/StepDefinitions/PDPSteps.cs(22,13): warning CS0414: The field 'PDPSteps.shorGridBWidthwithoutHideButton' is assigned but its value is never used [/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/XXXX.csproj]

      XXXX -> /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/bin/Debug/netcoreapp3.1/XXXX.dll

    Test run for /Users/XXXX/XXXX/test/acceptance/selenium/XXXX/bin/Debug/netcoreapp3.1/XXXX.dll (.NETCoreApp,Version=v3.1)

    Microsoft (R) Test Execution Command Line Tool Version 16.11.0

    Copyright (c) Microsoft Corporation.  All rights reserved.

     

    Starting test execution, please wait...

    A total of 1 test files matched the specified pattern.

    Starting external program: "mono" "/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/bin/Debug/netcoreapp3.1/SpecFlowPlusRunner/net461/SpecFlow.Plus.Runner.Reporting.exe" "/var/folders/2h/kklsgyhs2_l1cvl4l6vr98140000gp/T/ecfcb537-7075-4b8c-b6db-5d24987a7522" in 

    'mono "/Users/XXXX/XXXX/test/acceptance/selenium/XXXX/bin/Debug/netcoreapp3.1/SpecFlowPlusRunner/net461/SpecFlow.Plus.Runner.Reporting.exe" "/var/folders/2h/kklsgyhs2_l1cvl4l6vr98140000gp/T/ecfcb537-7075-4b8c-b6db-5d24987a7522"' took 2433.954ms

    LwBVAHMAZQByAHMALwBnAHMAcABhAG4AbgBnAHUAZQBzAHQALwBzAGYAYwBjAC0AcwBmAHIAYQAvAHQAZQBzAHQALwBhAGMAYwBlAHAAdABhAG4AYwBlAC8AcwBlAGwAZQBuAGkAdQBtAC8AUwBlAGwAZQBuAGkAdQBtAEEAYwBjAGUAcAB0AGEAbgBjAGUAVABlAHMAdABzAC8AVABlAHMAdABSAGUAcwB1AGwAdABzAC8AcgBlAHMAdQBsAHQALgBqAHMAbwBuAA==

    LwBVAHMAZQByAHMALwBnAHMAcABhAG4AbgBnAHUAZQBzAHQALwBzAGYAYwBjAC0AcwBmAHIAYQAvAHQAZQBzAHQALwBhAGMAYwBlAHAAdABhAG4AYwBlAC8AcwBlAGwAZQBuAGkAdQBtAC8AUwBlAGwAZQBuAGkAdQBtAEEAYwBjAGUAcAB0AGEAbgBjAGUAVABlAHMAdABzAC8AVABlAHMAdABSAGUAcwB1AGwAdABzAC8AcgBlAHMAdQBsAHQALgB4AG0AbAA=

    LwBVAHMAZQByAHMALwBnAHMAcABhAG4AbgBnAHUAZQBzAHQALwBzAGYAYwBjAC0AcwBmAHIAYQAvAHQAZQBzAHQALwBhAGMAYwBlAHAAdABhAG4AYwBlAC8AcwBlAGwAZQBuAGkAdQBtAC8AUwBlAGwAZQBuAGkAdQBtAEEAYwBjAGUAcAB0AGEAbgBjAGUAVABlAHMAdABzAC8AVABlAHMAdABSAGUAcwB1AGwAdABzAC8AcgBlAHMAdQBsAHQALgBoAHQAbQBsAA==

    LwBVAHMAZQByAHMALwBnAHMAcABhAG4AbgBnAHUAZQBzAHQALwBzAGYAYwBjAC0AcwBmAHIAYQAvAHQAZQBzAHQALwBhAGMAYwBlAHAAdABhAG4AYwBlAC8AcwBlAGwAZQBuAGkAdQBtAC8AUwBlAGwAZQBuAGkAdQBtAEEAYwBjAGUAcAB0AGEAbgBjAGUAVABlAHMAdABzAC8AVABlAHMAdABSAGUAcwB1AGwAdABzAC8AcgBlAHMAdQBsAHQAXwBjAGwAZQBhAG4ALgBoAHQAbQBsAA==

    LwBVAHMAZQByAHMALwBnAHMAcABhAG4AbgBnAHUAZQBzAHQALwBzAGYAYwBjAC0AcwBmAHIAYQAvAHQAZQBzAHQALwBhAGMAYwBlAHAAdABhAG4AYwBlAC8AcwBlAGwAZQBuAGkAdQBtAC8AUwBlAGwAZQBuAGkAdQBtAEEAYwBjAGUAcAB0AGEAbgBjAGUAVABlAHMAdABzAC8AVABlAHMAdABSAGUAcwB1AGwAdABzAC8AagB1AG4AaQB0AHIAZQBzAHUAbAB0AC4AeABtAGwA

     

    No test is available in /Users/XXXX/sfcc-XXX/test/acceptance/selenium/XXXXX/bin/Debug/netcoreapp3.1/XXXX.dll. Make sure that installed test discoverers & executors, platform & framework version settings are appropriate and try again.

     

    Attachments:

      /var/folders/2h/kklsgyhs2_l1cvl4l6vr98140000gp/T/m3q50ang.clx/XXXX.QA.XXXX_XXXX.QA.XXXX_2021-09-08T211014.log

      /var/folders/2h/kklsgyhs2_l1cvl4l6vr98140000gp/T/m3q50ang.clx/result.json

      /var/folders/2h/kklsgyhs2_l1cvl4l6vr98140000gp/T/m3q50ang.clx/result.xml

      /var/folders/2h/kklsgyhs2_l1cvl4l6vr98140000gp/T/m3q50ang.clx/result.html

      /var/folders/2h/kklsgyhs2_l1cvl4l6vr98140000gp/T/m3q50ang.clx/result_clean.html

      /var/folders/2h/kklsgyhs2_l1cvl4l6vr98140000gp/T/m3q50ang.clx/junitresult.xml

     

    0
  • Jordan Western

    Is there anything noteworthy in the .log file?

    I'm sure there is a simple solution to this...

    I've never used a Mac before, i'll speak to someone and see if they have any ideas

     

    0
  • udhaygajula

    Glad to hear back from you. Due to the security reasons I could not share the log file. It would be great if someone connects with me it is easy to resolve. 

     

    I greatly appreciate your help on this regards

    0
  • Jordan Western

    udhaygajula are you able to de-sensitise the log file?

    0
  • udhaygajula

    Hey Jordan,

    Here are the log files one for Android and one for iOS

    Could you please help me to get this issues resolved at the earliest? 

    One more important thing is in VS 2019 , feature files are not recognized

    Android Log file
    *****************

    2021-09-03T17:58:55.0611560-05:00;VSTestExecutionThread;Info;SpecFlow+Runner execution started
    2021-09-03T17:58:55.0613370-05:00;VSTestExecutionThread;Info;SpecFlow+Runner 3.9.7 in Framework netcore31 in x64 mode execution started
    2021-09-03T17:58:55.0613410-05:00;VSTestExecutionThread;Info;TestAdapter Location: /Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/bin/Debug/netcoreapp3.1/TechTalk.SpecRun.VisualStudio.TestAdapter.dll
    2021-09-03T17:58:55.0628270-05:00;VSTestExecutionThread;Info;Current UserName: 'XXXXXXX', MachineName: 'XXXXXX-MacBook-Pro'
    2021-09-03T17:58:55.1778160-05:00;VSTestExecutionThread;Info;SpecRun: running tests in /Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/bin/Debug/netcoreapp3.1/SeleniumXXXXXXXTests.dll
    2021-09-03T17:58:55.1780140-05:00;VSTestExecutionThread;Info;Output folder configured to "/Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/TestResults" (default)
    2021-09-03T17:58:55.1780650-05:00;VSTestExecutionThread;Info;Profile: XXXXXXX.QA.SeleniumXXXXXXXTests
    2021-09-03T17:58:55.2145580-05:00;VSTestExecutionThread;Info;Log file path: /Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/TestResults/XXXXXXX.QA.SeleniumXXXXXXXTests_XXXXXXX.QA.SeleniumXXXXXXXTests_2021-09-03T175855.log
    2021-09-03T17:58:55.2178670-05:00;Thread#13;Info;Checking activation
    2021-09-03T17:58:55.4068280-05:00;Thread#13;Info;Activated.
    2021-09-03T17:58:55.4070180-05:00;Thread#13;Info;Activation check completed
    2021-09-03T17:58:55.4070820-05:00;Thread#13;Info;Starting test run
    2021-09-03T17:58:55.4676900-05:00;Thread#13;Info;Discovering target: Android
    2021-09-03T17:58:55.4678200-05:00;Thread#13;Info;Discovering tests from assembly: /Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/bin/Debug/netcoreapp3.1/SeleniumXXXXXXXTests.dll
    2021-09-03T17:58:55.7807970-05:00;Thread#13;Info;Discovered tests from assembly: /Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/bin/Debug/netcoreapp3.1/SeleniumXXXXXXXTests.dll
    2021-09-03T17:58:55.7817050-05:00:Test Suite Dump
    2021-09-03T17:58:55.7829150-05:00:#0: XXXXXXX.QA.SeleniumXXXXXXXTests/XXXXXXX.QA.SeleniumXXXXXXXTests -
    2021-09-03T17:58:55.7829360-05:00:#1: Android -
    2021-09-03T17:58:55.7829380-05:00:#2: SeleniumXXXXXXXTests -
    2021-09-03T17:58:55.7829650-05:00:End: Test Suite Dump
    2021-09-03T17:58:55.7968610-05:00:Thread#0:Scheduler: get next test for thread 0
    2021-09-03T17:58:55.7984420-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7984600-05:00:Thread#0:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7985660-05:00:Thread#0:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7985990-05:00:Thread#4:Scheduler: get next test for thread 4
    2021-09-03T17:58:55.7986160-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7986190-05:00:Thread#4:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7986210-05:00:Thread#4:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7986420-05:00:Thread#3:Scheduler: get next test for thread 3
    2021-09-03T17:58:55.7986500-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7986540-05:00:Thread#3:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7986560-05:00:Thread#3:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7986750-05:00:Thread#6:Scheduler: get next test for thread 6
    2021-09-03T17:58:55.7986870-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7986940-05:00:Thread#6:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7986960-05:00:Thread#6:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7987150-05:00:Thread#2:Scheduler: get next test for thread 2
    2021-09-03T17:58:55.7987170-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7987190-05:00:Thread#2:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7987210-05:00:Thread#2:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7987410-05:00:Thread#1:Scheduler: get next test for thread 1
    2021-09-03T17:58:55.7987430-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7987450-05:00:Thread#1:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7987460-05:00:Thread#1:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7987620-05:00:Thread#5:Scheduler: get next test for thread 5
    2021-09-03T17:58:55.7987640-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7987660-05:00:Thread#5:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7987670-05:00:Thread#5:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7987820-05:00:Thread#10:Scheduler: get next test for thread 10
    2021-09-03T17:58:55.7987840-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7987860-05:00:Thread#10:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7987870-05:00:Thread#10:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7988030-05:00:Thread#7:Scheduler: get next test for thread 7
    2021-09-03T17:58:55.7988050-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7988070-05:00:Thread#7:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7988080-05:00:Thread#7:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7988230-05:00:Thread#9:Scheduler: get next test for thread 9
    2021-09-03T17:58:55.7988250-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7988270-05:00:Thread#9:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7988280-05:00:Thread#9:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7988430-05:00:Thread#8:Scheduler: get next test for thread 8
    2021-09-03T17:58:55.7988450-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7988470-05:00:Thread#8:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7988490-05:00:Thread#8:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7988640-05:00:Thread#11:Scheduler: get next test for thread 11
    2021-09-03T17:58:55.7988660-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7988680-05:00:Thread#11:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7988690-05:00:Thread#11:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7989010-05:00:Thread#12:Scheduler: get next test for thread 12
    2021-09-03T17:58:55.7989070-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7989100-05:00:Thread#12:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7989130-05:00:Thread#12:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7989260-05:00:Thread#15:Scheduler: get next test for thread 15
    2021-09-03T17:58:55.7989310-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7989340-05:00:Thread#15:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7989350-05:00:Thread#15:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7989560-05:00:Thread#13:Scheduler: get next test for thread 13
    2021-09-03T17:58:55.7989610-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7989630-05:00:Thread#13:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7989640-05:00:Thread#13:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7989790-05:00:Thread#14:Scheduler: get next test for thread 14
    2021-09-03T17:58:55.7989810-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7989830-05:00:Thread#14:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7989840-05:00:Thread#14:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7990080-05:00:Thread#16:Scheduler: get next test for thread 16
    2021-09-03T17:58:55.7990140-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7990210-05:00:Thread#16:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7990300-05:00:Thread#16:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7990480-05:00:Thread#17:Scheduler: get next test for thread 17
    2021-09-03T17:58:55.7990550-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7990590-05:00:Thread#17:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7990620-05:00:Thread#17:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7990790-05:00:Thread#18:Scheduler: get next test for thread 18
    2021-09-03T17:58:55.7990840-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7990870-05:00:Thread#18:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7990900-05:00:Thread#18:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7991180-05:00:Thread#20:Scheduler: get next test for thread 20
    2021-09-03T17:58:55.7991230-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7991260-05:00:Thread#20:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7991280-05:00:Thread#20:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7991450-05:00:Thread#22:Scheduler: get next test for thread 22
    2021-09-03T17:58:55.7991480-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7991500-05:00:Thread#22:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7991520-05:00:Thread#22:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7991670-05:00:Thread#23:Scheduler: get next test for thread 23
    2021-09-03T17:58:55.7991720-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7991750-05:00:Thread#23:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7991780-05:00:Thread#23:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7991880-05:00:Thread#19:Scheduler: get next test for thread 19
    2021-09-03T17:58:55.7991920-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7991940-05:00:Thread#19:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7991960-05:00:Thread#19:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7992140-05:00:Thread#21:Scheduler: get next test for thread 21
    2021-09-03T17:58:55.7992180-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7992210-05:00:Thread#21:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7992240-05:00:Thread#21:Scheduler: No more tests for thread
    2021-09-03T17:58:55.7992580-05:00:Thread#24:Scheduler: get next test for thread 24
    2021-09-03T17:58:55.7992630-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.7992660-05:00:Thread#24:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.7992680-05:00:Thread#24:Scheduler: No more tests for thread
    2021-09-03T17:58:55.8011230-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012150-05:00:Thread cancelled
    2021-09-03T17:58:55.8012190-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012210-05:00:Thread cancelled
    2021-09-03T17:58:55.8012220-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012230-05:00:Thread cancelled
    2021-09-03T17:58:55.8012240-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012250-05:00:Thread cancelled
    2021-09-03T17:58:55.8012260-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012270-05:00:Thread cancelled
    2021-09-03T17:58:55.8012290-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012300-05:00:Thread cancelled
    2021-09-03T17:58:55.8012310-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012340-05:00:Thread cancelled
    2021-09-03T17:58:55.8012350-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012360-05:00:Thread cancelled
    2021-09-03T17:58:55.8012390-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012400-05:00:Thread cancelled
    2021-09-03T17:58:55.8012410-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012420-05:00:Thread cancelled
    2021-09-03T17:58:55.8012430-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012440-05:00:Thread cancelled
    2021-09-03T17:58:55.8012450-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012460-05:00:Thread cancelled
    2021-09-03T17:58:55.8012470-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012480-05:00:Thread cancelled
    2021-09-03T17:58:55.8012500-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012510-05:00:Thread cancelled
    2021-09-03T17:58:55.8012510-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012530-05:00:Thread cancelled
    2021-09-03T17:58:55.8012540-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012550-05:00:Thread cancelled
    2021-09-03T17:58:55.8012560-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012570-05:00:Thread cancelled
    2021-09-03T17:58:55.8012580-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012590-05:00:Thread cancelled
    2021-09-03T17:58:55.8012600-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012610-05:00:Thread cancelled
    2021-09-03T17:58:55.8012620-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012630-05:00:Thread cancelled
    2021-09-03T17:58:55.8012640-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012650-05:00:Thread cancelled
    2021-09-03T17:58:55.8012660-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012680-05:00:Thread cancelled
    2021-09-03T17:58:55.8012690-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012710-05:00:Thread cancelled
    2021-09-03T17:58:55.8012720-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012730-05:00:Thread cancelled
    2021-09-03T17:58:55.8012740-05:00:Trying to cancel thread
    2021-09-03T17:58:55.8012750-05:00:Thread cancelled
    2021-09-03T17:58:55.8060680-05:00:Thread#-1:Scheduler: get next test for thread -1
    2021-09-03T17:58:55.8060890-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T17:58:55.8060920-05:00:Thread#-1:Scheduler: enumerator for thread is at end
    2021-09-03T17:58:55.8073290-05:00;Thread#13;Info;test run finished
    2021-09-03T17:58:55.8074450-05:00;Thread#13;Info;publishing test results
    2021-09-03T17:58:55.8075810-05:00;Thread#13;Info;Not publishing results.
    2021-09-03T17:58:55.8076660-05:00;Thread#13;Info;test results published
    2021-09-03T17:58:55.8077100-05:00;Thread#13;Info;generating reports
    2021-09-03T17:58:55.8771430-05:00;Thread#13;Info;Starting external report generation process
    2021-09-03T17:58:58.3961810-05:00;Thread#13;Info;Successfully generated reports.
    2021-09-03T17:58:58.3983300-05:00;Thread#13;Info;Successfully generated reports
    2021-09-03T17:58:58.4033660-05:00:Total: 0
    2021-09-03T17:58:58.4047170-05:00:Succeeded: 0
    2021-09-03T17:58:58.4049320-05:00:Ignored: 0
    2021-09-03T17:58:58.4051290-05:00:Pending: 0
    2021-09-03T17:58:58.4057110-05:00:Skipped: 0
    2021-09-03T17:58:58.4059170-05:00:Failed: 0
    2021-09-03T17:58:58.4105380-05:00;VSTestExecutionThread;Info;Adding attachments to VSTest
    2021-09-03T17:58:58.4106490-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/TestResults/result.json'
    2021-09-03T17:58:58.4106960-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/TestResults/result.xml'
    2021-09-03T17:58:58.4107300-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/TestResults/result.html'
    2021-09-03T17:58:58.4107600-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/TestResults/result_clean.html'
    2021-09-03T17:58:58.4107920-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXX/XXXXXXX/test/XXXXXXX/selenium/SeleniumXXXXXXXTests/TestResults/junitresult.xml'
    ========== End of log file ==========

    iOS Log file

    ****************

    XXXXXXXX2021-09-03T15:32:36.4407120-05:00;VSTestExecutionThread;Info;SpecFlow+Runner execution started
    2021-09-03T15:32:36.4414860-05:00;VSTestExecutionThread;Info;SpecFlow+Runner 3.9.7 in Framework netcore31 in x64 mode execution started
    2021-09-03T15:32:36.4414950-05:00;VSTestExecutionThread;Info;TestAdapter Location: /Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/bin/Debug/netcoreapp3.1/TechTalk.SpecRun.VisualStudio.TestAdapter.dll
    2021-09-03T15:32:36.4431970-05:00;VSTestExecutionThread;Info;Current UserName: 'XXXXXXXX', MachineName: 'XXXXXX-MacBook-Pro'
    2021-09-03T15:32:36.5924030-05:00;VSTestExecutionThread;Info;SpecRun: running tests in /Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/bin/Debug/netcoreapp3.1/XXXXXXXX.dll
    2021-09-03T15:32:36.5926070-05:00;VSTestExecutionThread;Info;Output folder configured to "/Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/TestResults" (default)
    2021-09-03T15:32:36.5926630-05:00;VSTestExecutionThread;Info;Profile: XXXXXXXX.QA.XXXXXXXX
    2021-09-03T15:32:36.6408860-05:00;VSTestExecutionThread;Info;Log file path: /Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/TestResults/XXXXXXXX.QA.XXXXXXXX_XXXXXXXX.QA.XXXXXXXX_2021-09-03T153236.log
    2021-09-03T15:32:36.6472870-05:00;Thread#12;Info;Checking activation
    2021-09-03T15:32:36.8326450-05:00;Thread#12;Info;Activated.
    2021-09-03T15:32:36.8328590-05:00;Thread#12;Info;Activation check completed
    2021-09-03T15:32:36.8329210-05:00;Thread#12;Info;Starting test run
    2021-09-03T15:32:36.9008460-05:00;Thread#12;Info;Discovering target: iOS
    2021-09-03T15:32:36.9009570-05:00;Thread#12;Info;Discovering tests from assembly: /Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/bin/Debug/netcoreapp3.1/XXXXXXXX.dll
    2021-09-03T15:32:37.2389850-05:00;Thread#12;Info;Discovered tests from assembly: /Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/bin/Debug/netcoreapp3.1/XXXXXXXX.dll
    2021-09-03T15:32:37.2398810-05:00:Test Suite Dump
    2021-09-03T15:32:37.2411000-05:00:#0: XXXXXXXX.QA.XXXXXXXX/XXXXXXXX.QA.XXXXXXXX -
    2021-09-03T15:32:37.2411210-05:00:#1: iOS -
    2021-09-03T15:32:37.2411230-05:00:#2: XXXXXXXX -
    2021-09-03T15:32:37.2411490-05:00:End: Test Suite Dump
    2021-09-03T15:32:37.2565230-05:00:Thread#0:Scheduler: get next test for thread 0
    2021-09-03T15:32:37.2580830-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2580990-05:00:Thread#0:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2582040-05:00:Thread#0:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2582530-05:00:Thread#9:Scheduler: get next test for thread 9
    2021-09-03T15:32:37.2582690-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2582710-05:00:Thread#9:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2582730-05:00:Thread#9:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2583000-05:00:Thread#3:Scheduler: get next test for thread 3
    2021-09-03T15:32:37.2583030-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2583050-05:00:Thread#3:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2583070-05:00:Thread#3:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2583240-05:00:Thread#15:Scheduler: get next test for thread 15
    2021-09-03T15:32:37.2583260-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2583280-05:00:Thread#15:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2583290-05:00:Thread#15:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2583500-05:00:Thread#10:Scheduler: get next test for thread 10
    2021-09-03T15:32:37.2583530-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2583550-05:00:Thread#10:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2583560-05:00:Thread#10:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2583710-05:00:Thread#5:Scheduler: get next test for thread 5
    2021-09-03T15:32:37.2583730-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2583750-05:00:Thread#5:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2583770-05:00:Thread#5:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2583920-05:00:Thread#2:Scheduler: get next test for thread 2
    2021-09-03T15:32:37.2583940-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2583950-05:00:Thread#2:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2583970-05:00:Thread#2:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2584170-05:00:Thread#1:Scheduler: get next test for thread 1
    2021-09-03T15:32:37.2584190-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2584210-05:00:Thread#1:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2584220-05:00:Thread#1:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2584370-05:00:Thread#16:Scheduler: get next test for thread 16
    2021-09-03T15:32:37.2584390-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2584410-05:00:Thread#16:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2584430-05:00:Thread#16:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2584620-05:00:Thread#4:Scheduler: get next test for thread 4
    2021-09-03T15:32:37.2584650-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2584660-05:00:Thread#4:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2584680-05:00:Thread#4:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2584820-05:00:Thread#6:Scheduler: get next test for thread 6
    2021-09-03T15:32:37.2584840-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2584860-05:00:Thread#6:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2584880-05:00:Thread#6:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2585080-05:00:Thread#8:Scheduler: get next test for thread 8
    2021-09-03T15:32:37.2585100-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2585120-05:00:Thread#8:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2585130-05:00:Thread#8:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2585300-05:00:Thread#11:Scheduler: get next test for thread 11
    2021-09-03T15:32:37.2585320-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2585340-05:00:Thread#11:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2585350-05:00:Thread#11:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2585490-05:00:Thread#7:Scheduler: get next test for thread 7
    2021-09-03T15:32:37.2585520-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2585530-05:00:Thread#7:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2585550-05:00:Thread#7:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2585750-05:00:Thread#12:Scheduler: get next test for thread 12
    2021-09-03T15:32:37.2585770-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2585790-05:00:Thread#12:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2585810-05:00:Thread#12:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2585970-05:00:Thread#13:Scheduler: get next test for thread 13
    2021-09-03T15:32:37.2585990-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2586010-05:00:Thread#13:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2586030-05:00:Thread#13:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2586220-05:00:Thread#14:Scheduler: get next test for thread 14
    2021-09-03T15:32:37.2586250-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2586290-05:00:Thread#14:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2586340-05:00:Thread#14:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2586500-05:00:Thread#17:Scheduler: get next test for thread 17
    2021-09-03T15:32:37.2586520-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2586540-05:00:Thread#17:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2586550-05:00:Thread#17:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2586690-05:00:Thread#18:Scheduler: get next test for thread 18
    2021-09-03T15:32:37.2586710-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2586730-05:00:Thread#18:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2586740-05:00:Thread#18:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2586890-05:00:Thread#19:Scheduler: get next test for thread 19
    2021-09-03T15:32:37.2586910-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2586930-05:00:Thread#19:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2586940-05:00:Thread#19:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2587150-05:00:Thread#20:Scheduler: get next test for thread 20
    2021-09-03T15:32:37.2587170-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2587190-05:00:Thread#20:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2587200-05:00:Thread#20:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2587360-05:00:Thread#21:Scheduler: get next test for thread 21
    2021-09-03T15:32:37.2587380-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2587400-05:00:Thread#21:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2587410-05:00:Thread#21:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2587560-05:00:Thread#22:Scheduler: get next test for thread 22
    2021-09-03T15:32:37.2587580-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2587600-05:00:Thread#22:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2587610-05:00:Thread#22:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2587770-05:00:Thread#23:Scheduler: get next test for thread 23
    2021-09-03T15:32:37.2587800-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2587810-05:00:Thread#23:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2587830-05:00:Thread#23:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2588030-05:00:Thread#24:Scheduler: get next test for thread 24
    2021-09-03T15:32:37.2588060-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2588080-05:00:Thread#24:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2588090-05:00:Thread#24:Scheduler: No more tests for thread
    2021-09-03T15:32:37.2604990-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606220-05:00:Thread cancelled
    2021-09-03T15:32:37.2606450-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606480-05:00:Thread cancelled
    2021-09-03T15:32:37.2606680-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606710-05:00:Thread cancelled
    2021-09-03T15:32:37.2606720-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606730-05:00:Thread cancelled
    2021-09-03T15:32:37.2606740-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606750-05:00:Thread cancelled
    2021-09-03T15:32:37.2606780-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606790-05:00:Thread cancelled
    2021-09-03T15:32:37.2606800-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606810-05:00:Thread cancelled
    2021-09-03T15:32:37.2606820-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606830-05:00:Thread cancelled
    2021-09-03T15:32:37.2606840-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606850-05:00:Thread cancelled
    2021-09-03T15:32:37.2606860-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606870-05:00:Thread cancelled
    2021-09-03T15:32:37.2606880-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606890-05:00:Thread cancelled
    2021-09-03T15:32:37.2606900-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606910-05:00:Thread cancelled
    2021-09-03T15:32:37.2606920-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606940-05:00:Thread cancelled
    2021-09-03T15:32:37.2606950-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606960-05:00:Thread cancelled
    2021-09-03T15:32:37.2606970-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2606980-05:00:Thread cancelled
    2021-09-03T15:32:37.2607000-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607010-05:00:Thread cancelled
    2021-09-03T15:32:37.2607020-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607040-05:00:Thread cancelled
    2021-09-03T15:32:37.2607050-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607060-05:00:Thread cancelled
    2021-09-03T15:32:37.2607070-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607080-05:00:Thread cancelled
    2021-09-03T15:32:37.2607090-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607100-05:00:Thread cancelled
    2021-09-03T15:32:37.2607110-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607120-05:00:Thread cancelled
    2021-09-03T15:32:37.2607140-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607150-05:00:Thread cancelled
    2021-09-03T15:32:37.2607150-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607170-05:00:Thread cancelled
    2021-09-03T15:32:37.2607180-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607190-05:00:Thread cancelled
    2021-09-03T15:32:37.2607200-05:00:Trying to cancel thread
    2021-09-03T15:32:37.2607210-05:00:Thread cancelled
    2021-09-03T15:32:37.2656580-05:00:Thread#-1:Scheduler: get next test for thread -1
    2021-09-03T15:32:37.2656760-05:00:Thread#:Scheduler: at the end of normal test queue
    2021-09-03T15:32:37.2656980-05:00:Thread#-1:Scheduler: enumerator for thread is at end
    2021-09-03T15:32:37.2670940-05:00;Thread#12;Info;test run finished
    2021-09-03T15:32:37.2672220-05:00;Thread#12;Info;publishing test results
    2021-09-03T15:32:37.2673600-05:00;Thread#12;Info;Not publishing results.
    2021-09-03T15:32:37.2674230-05:00;Thread#12;Info;test results published
    2021-09-03T15:32:37.2674550-05:00;Thread#12;Info;generating reports
    2021-09-03T15:32:37.3369780-05:00;Thread#12;Info;Starting external report generation process
    2021-09-03T15:32:39.9421700-05:00;Thread#12;Info;Successfully generated reports.
    2021-09-03T15:32:39.9443870-05:00;Thread#12;Info;Successfully generated reports
    2021-09-03T15:32:39.9494610-05:00:Total: 0
    2021-09-03T15:32:39.9507730-05:00:Succeeded: 0
    2021-09-03T15:32:39.9509840-05:00:Ignored: 0
    2021-09-03T15:32:39.9511770-05:00:Pending: 0
    2021-09-03T15:32:39.9517400-05:00:Skipped: 0
    2021-09-03T15:32:39.9519430-05:00:Failed: 0
    2021-09-03T15:32:39.9564870-05:00;VSTestExecutionThread;Info;Adding attachments to VSTest
    2021-09-03T15:32:39.9565350-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/TestResults/result.json'
    2021-09-03T15:32:39.9565720-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/TestResults/result.xml'
    2021-09-03T15:32:39.9566040-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/TestResults/result.html'
    2021-09-03T15:32:39.9566320-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/TestResults/result_clean.html'
    2021-09-03T15:32:39.9566660-05:00;VSTestExecutionThread;Info;adding Test Execution Report '/Users/XXXXXXXX/XXXXXXXX/test//selenium/XXXXXXXX/TestResults/junitresult.xml'
    ========== End of log file ==========

    0
  • Jordan Western

    Hi udhaygajula

    Nothing in the logs that gives us much sadly, when you say in VS the feature files are not recognised, do you mean they do not appear in the solution explorer or the tests don't generate in the test explorer window?

    0
  • udhaygajula

    Hi Jordan,

    I am really glad to discuss with you further but unfortunately I got stuck at executing my test scripts are in real devices. 

    Logs are talking about the none of the either iOS or Android tests are kickstarted 

    I want your help to get this sorted out in first place. Could you please arrange a web or video session with one of the expert who is working on mac os or worked on mac os. That is the best way to nailed it down. 

    I am really struggling to get execute my test scripts in real devices on Mac OS. 

    P.S - We had a call with Sauce Labs team and they confirmed that it is an issue with SpecFlow since the same set up is working in Windows OS

    Second issue is in Mac OS, with Visual Studio 2019 features files are not recognized what that means is VS 2019 doest not treated  them as Gherkin language. Hence the tests don't generate in the test explorer window.

    0
  • Jordan Western

    Hi udhaygajula,

    The issue with this is that the only official SpecFlow plugins are for Visual studio on windows and for JetBrains Rider on Mac. 

    The plugin for VS on Mac is a separate open source project not maintained by SpecFlow.

    Can you check the same issue occurs on JetBrains Rider on your mac as we do have an official plugin for that IDE?

    0
  • udhaygajula

    Hi Jordan,

    I am really glad to discuss with you further but unfortunately I got stuck at executing my test scripts are in real devices. 

    Logs are talking about the none of the either iOS or Android tests are kickstarted 

    I want your help to get this sorted out in first place. Could you please arrange a web or video session with one of the expert who is working on mac os or worked on mac os. That is the best way to nailed it down. 

    I am really struggling to get execute my test scripts in real devices on Mac OS. 

    Could you please help me to resolve this issue?

    0
  • Jordan Western

    Hi udhaygajula,

    As previously mentioned, we do not support the extension for Visual Studio for Mac because it is not a tool we created.

    You would have to raise an issue on the github repo where this tool is hosted.

    We do however support the Rider plugin, so if you are willing to try the same in Rider using our official plugin, then you might see success or at least I can support you if there is an issue.

    So far, I have tried to support to the best of my knowledge but to seek further support you will need to reach the people who wrote this plugin.

    0
  • udhaygajula

    Thank You so much for your support and I am really glad to have you. I really appreciate your help.

    Once again thank you so much

     

    0
  • Jordan Western

    udhaygajula you're welcome and apologies I couldn't be of more use!

    0

Please sign in to leave a comment.

Powered by Zendesk