Skip to content

Commit

Permalink
Remove PaymentSheet and CustomerSheet maestro tests (#10079)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclawson-stripe authored Feb 4, 2025
1 parent 786fe72 commit d9bf543
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 353 deletions.
54 changes: 0 additions & 54 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,60 +181,6 @@ workflows:
inputs:
- event_description: Android E2E tests failing! $BITRISE_BUILD_URL
- integration_key: $AUX_PAGERDUTY_INTEGRATION_KEY
maestro-paymentsheet:
before_run:
- start_emulator
- prepare_all
after_run:
- conclude_all
steps:
- wait-for-android-emulator@1:
inputs:
- boot_timeout: 600
- script@1:
title: Execute Maestro tests
inputs:
- content: |-
#!/usr/bin/env bash
bash ./scripts/execute_maestro_elements_tests.sh paymentsheet
- slack@3:
is_always_run: true
run_if: .IsBuildFailed
inputs:
- webhook_url: $WEBHOOK_SLACK_ELEMENTS_MAESTRO
- webhook_url_on_error: $WEBHOOK_SLACK_ELEMENTS_MAESTRO
- custom-test-results-export@1:
inputs:
- search_pattern: '*/maestroReport.xml'
- test_name: Maestro tests
- deploy-to-bitrise-io@2: { }
maestro-customersheet:
before_run:
- start_emulator
- prepare_all
after_run:
- conclude_all
steps:
- wait-for-android-emulator@1:
inputs:
- boot_timeout: 600
- script@1:
title: Execute Maestro tests
inputs:
- content: |-
#!/usr/bin/env bash
bash ./scripts/execute_maestro_elements_tests.sh customersheet
- slack@3:
is_always_run: true
run_if: .IsBuildFailed
inputs:
- webhook_url: $WEBHOOK_SLACK_ELEMENTS_MAESTRO
- webhook_url_on_error: $WEBHOOK_SLACK_ELEMENTS_MAESTRO
- custom-test-results-export@1:
inputs:
- search_pattern: '*/maestroReport.xml'
- test_name: Maestro tests
- deploy-to-bitrise-io@2: { }
run-instrumentation-tests:
before_run:
- start_emulator
Expand Down
47 changes: 0 additions & 47 deletions maestro/customersheet/NewCustomer-Card.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions maestro/customersheet/card/subflow-card-details.yaml

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions maestro/paymentsheet/FlowController-PaymentIntent-Card.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions maestro/paymentsheet/PaymentSheet-Deferred-PaymentIntent-Card.yaml

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions maestro/paymentsheet/PaymentSheet-PaymentIntent-Card-3DS2.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions maestro/paymentsheet/PaymentSheet-PaymentIntent-Card.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions maestro/paymentsheet/card/subflow-card-details.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/execute_maestro_elements_tests.sh

This file was deleted.

0 comments on commit d9bf543

Please sign in to comment.