File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 disable-animations : true
6363 profile : pixel
6464 arch : x86_64
65- emulator-options : ${{ vars.EMULATOR_OPTIONS }}
65+ emulator-options : -no-snapshot-save -no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -camera-back none -camera-front none
6666 script : bundle exec fastlane run_e2e_test
6767 - name : Allure TestOps Upload
6868 run : bundle exec fastlane allure_upload
Original file line number Diff line number Diff line change 7272 disable-animations : true
7373 profile : pixel
7474 arch : x86_64
75- emulator-options : ${{ vars.EMULATOR_OPTIONS }}
75+ emulator-options : -no-snapshot-save -no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -camera-back none -camera-front none
7676 script : bundle exec fastlane run_e2e_test batch:${{ matrix.batch }} batch_count:${{ strategy.job-total }}
7777 - name : Allure TestOps Upload
7878 if : ${{ env.LAUNCH_ID != '' && (success() || failure()) }}
Original file line number Diff line number Diff line change 3636 disable-animations : true
3737 profile : pixel
3838 arch : x86_64
39- emulator-options : ${{ vars.EMULATOR_OPTIONS }}
39+ emulator-options : -no-snapshot-save -no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -camera-back none -camera-front none
4040 script : bundle exec fastlane run_snapshot_test record:${{ github.event.inputs.record }}
4141
4242 - name : Upload test results
You can’t perform that action at this time.
0 commit comments