Skip to content

Commit

Permalink
Cron job timing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 14, 2024
1 parent 809804a commit 362f293
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions frontend/test_project/features/mobile/android_login.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions frontend/test_project/features/mobile/ios_login.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 362f293

Please sign in to comment.