Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 20, 2023
1 parent 5627fef commit 0f2ef3b
Showing 1 changed file with 45 additions and 46 deletions.
91 changes: 45 additions & 46 deletions .github/workflows/Sync-End-to-End-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,54 +63,53 @@ jobs:
-scheme "Sync End-to-End UI Tests" \
-configuration "CI" \
-derivedDataPath "DerivedData" \
-only-testing:CriticalPathsTests/testCanCreateSyncAccount \
| tee xcodebuild.log \
| xcbeautify
- name: Run clean-app.sh review
run: |
./clean-app.sh review
- name: Build and run Sync e2e test 2
run: |
set -o pipefail && xcodebuild test \
-scheme "Sync End-to-End UI Tests" \
-configuration "CI" \
-derivedDataPath "DerivedData" \
-only-testing:CriticalPathsTests/testCanRecoverSyncAccount \
| tee xcodebuild.log \
| xcbeautify
- name: Run clean-app.sh review
run: |
./clean-app.sh review
- name: Build and run Sync e2e test 3
env:
CODE: ${{ steps.sync-recovery-code.outputs.recovery-code }}
run: |
set -o pipefail && xcodebuild test \
-scheme "Sync End-to-End UI Tests" \
-configuration "CI" \
-derivedDataPath "DerivedData" \
-only-testing:CriticalPathsTests/testCanLoginToExistingSyncAccount \
| tee xcodebuild.log \
| xcbeautify
- name: Run clean-app.sh review
run: |
./clean-app.sh review
- name: Build and run Sync e2e test 4
env:
CODE: ${{ steps.sync-recovery-code.outputs.recovery-code }}
run: |
set -o pipefail && xcodebuild test \
-scheme "Sync End-to-End UI Tests" \
-configuration "CI" \
-derivedDataPath "DerivedData" \
-only-testing:CriticalPathsTests/testCanSyncData \
| tee xcodebuild.log \
| xcbeautify
# - name: Run clean-app.sh review
# run: |
# ./clean-app.sh review
#
# - name: Build and run Sync e2e test 2
# run: |
# set -o pipefail && xcodebuild test \
# -scheme "Sync End-to-End UI Tests" \
# -configuration "CI" \
# -derivedDataPath "DerivedData" \
# -only-testing:CriticalPathsTests/testCanRecoverSyncAccount \
# | tee xcodebuild.log \
# | xcbeautify
#
# - name: Run clean-app.sh review
# run: |
# ./clean-app.sh review
#
# - name: Build and run Sync e2e test 3
# env:
# CODE: ${{ steps.sync-recovery-code.outputs.recovery-code }}
# run: |
# set -o pipefail && xcodebuild test \
# -scheme "Sync End-to-End UI Tests" \
# -configuration "CI" \
# -derivedDataPath "DerivedData" \
# -only-testing:CriticalPathsTests/testCanLoginToExistingSyncAccount \
# | tee xcodebuild.log \
# | xcbeautify
#
# - name: Run clean-app.sh review
# run: |
# ./clean-app.sh review
#
# - name: Build and run Sync e2e test 4
# env:
# CODE: ${{ steps.sync-recovery-code.outputs.recovery-code }}
# run: |
# set -o pipefail && xcodebuild test \
# -scheme "Sync End-to-End UI Tests" \
# -configuration "CI" \
# -derivedDataPath "DerivedData" \
# -only-testing:CriticalPathsTests/testCanSyncData \
# | tee xcodebuild.log \
# | xcbeautify


0 comments on commit 0f2ef3b

Please sign in to comment.