From 362f2934c831bd0d60aeff09383a4b6ad2007a7c Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Thu, 14 Mar 2024 09:29:12 +0500 Subject: [PATCH] Cron job timing changes --- .../test_project/features/mobile/android_login.feature | 6 +++--- frontend/test_project/features/mobile/ios_login.feature | 6 +++--- pytest.ini | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/test_project/features/mobile/android_login.feature b/frontend/test_project/features/mobile/android_login.feature index 9371750c..2d6410e1 100644 --- a/frontend/test_project/features/mobile/android_login.feature +++ b/frontend/test_project/features/mobile/android_login.feature @@ -16,7 +16,7 @@ Feature: Basic App functionality When The element 'Android > _mob > MyDemoApp > menu_icon' is displayed @mobile_test @android - Scenario: Verify logout from app + Scenario: Verify logout from app on android app When I click on element 'Android > _mob > MyDemoApp > menu_icon' Then The element 'Android > _mob > MyDemoApp > logout' is displayed When I click on element 'Android > _mob > MyDemoApp > logout' @@ -27,7 +27,7 @@ Feature: Basic App functionality Then The element 'Android > _mob > MyDemoApp > username' is displayed @mobile_test @android - Scenario: Verify Add and Remove items from cart + Scenario: Verify Add and Remove items from cart on android app When The element 'Android > _mob > MyDemoApp > item_sl_backpack' is displayed And I swipe down '50' % each time for '4' times And I click on element 'Android > _mob > an-items > Sauce_Labs_Onesie' @@ -52,7 +52,7 @@ Feature: Basic App functionality Then The element 'Android > _mob > MyDemoApp > username' is displayed @mobile_test @android - Scenario: Verify Place Order + Scenario: Verify Place Order on android app When The element 'Android > _mob > MyDemoApp > item_sl_backpack' is displayed And I swipe down '50' % each time for '4' times And I click on element 'Android > _mob > an-items > Sauce_Labs_Onesie' diff --git a/frontend/test_project/features/mobile/ios_login.feature b/frontend/test_project/features/mobile/ios_login.feature index 90482771..8c3d6b04 100644 --- a/frontend/test_project/features/mobile/ios_login.feature +++ b/frontend/test_project/features/mobile/ios_login.feature @@ -2,7 +2,7 @@ Feature: Basic IOS App functionality @mobile_test @ios - Scenario: Verify login/logout + Scenario: Verify login/logout on IOS app Given I open the mobile application When The element '_mob > MyDemoApp > Catalog' is displayed And I click on element '_mob > MyDemoApp > Catalog' @@ -31,7 +31,7 @@ Feature: Basic IOS App functionality And The element '_mob > MyDemoApp > username' is displayed @mobile_test @ios - Scenario: Verify Add/Remove items from cart + Scenario: Verify Add/Remove items from cart on IOS app Given I open the mobile application When The element '_mob > MyDemoApp > menu_icon' is displayed And I click on element '_mob > MyDemoApp > menu_icon' @@ -63,7 +63,7 @@ Feature: Basic IOS App functionality And The element '_mob > MyDemoApp > username' is displayed @mobile_test @ios - Scenario: Verify Place Order + Scenario: Verify Place Order on IOS app Given I open the mobile application When The element '_mob > MyDemoApp > menu_icon' is displayed And I click on element '_mob > MyDemoApp > menu_icon' diff --git a/pytest.ini b/pytest.ini index ccb54346..38d4ea97 100755 --- a/pytest.ini +++ b/pytest.ini @@ -13,10 +13,10 @@ addopts = # Allure Report arguments --clean-alluredir --alluredir=output/allure/results -# Slack Notification arguments - --slack-webhook-url=https://.... +# Slack Notification arguments (fake hook for testing purpose only + --slack-webhook-url=https://hooks.test.com/services/... --slack-channel=pytest-test-automation --slack-results-url=http://localhost:63342/pytest-automation-boilerplate/output/allure/reports/index.html -# MS Teams Notification arguments - --teams-webhook-url=https://.... +# MS Teams Notification arguments(fake hook for testing purpose only + --teams-webhook-url=https://test.webhook.office.com/webhookb2/... --teams-results-url=http://localhost:63342/pytest-automation-boilerplate/output/allure/reports/index.html