Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/VAMobile/detox-20…
Browse files Browse the repository at this point in the history
….28.0
  • Loading branch information
timwright12 authored Dec 3, 2024
2 parents 6801707 + 8370570 commit 779da9e
Show file tree
Hide file tree
Showing 11 changed files with 502 additions and 104 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ body:
- type: input
id: duedate
attributes:
label: 12.) What is your ideal due date for this change request?
label: 12.) Is there a hard deadline associated with this request?
description:
placeholder: MM/DD/YYYY or Quarter
placeholder: MM/DD/YYYY
validations:
required: true

6 changes: 4 additions & 2 deletions .github/workflows/e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,11 @@ jobs:
arch: x86_64
avd-name: Pixel_4_XL_API_28
script: yarn e2e:android-test /e2e/tests/Navigation.e2e AvailabilityFramework.e2e ${{matrix.testsuite}}.e2e --updateSnapshot
continue-on-error: true

- name: Run e2e tests for Android on failure
if: failure() && steps.run_e2e_tests_nav_AF.outcome == 'failure'
if: steps.run_e2e_tests_nav_AF.outcome == 'failure'
id: run_e2e_tests_retry
uses: reactivecircus/android-emulator-runner@v2
with:
working-directory: VAMobile
Expand All @@ -239,7 +241,7 @@ jobs:
arch: x86_64
avd-name: Pixel_4_XL_API_28
script: yarn e2e:android-test /e2e/tests/Navigation.e2e AvailabilityFramework.e2e ${{matrix.testsuite}}.e2e --updateSnapshot

- name: Upload e2e-junit
if: failure() || success()
uses: actions/upload-artifact@v4
Expand Down
192 changes: 97 additions & 95 deletions .github/workflows/e2e_detox_mapping.yml

Large diffs are not rendered by default.

Loading

0 comments on commit 779da9e

Please sign in to comment.