File tree Expand file tree Collapse file tree
maestro-tests/basic_example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 java-version : ' 17'
3838 cache : ' gradle'
3939
40- - name : Install Maestro CLI
41- run : |
42- export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
43- brew tap facebook/fb
44- brew install facebook/fb/idb-companion
45-
46- - name : Add Maestro to path
47- run : echo "${HOME}/.maestro/bin" >> $GITHUB_PATH
48-
4940 - name : Bundle app
5041 run : bun run build:android
5142 working-directory : example
7364 disable-animations : false
7465 script : |
7566 bun example:android:release
76- bun test:e2e:android
77-
78- - name : Upload report
79- if : always()
80- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
81- with :
82- name : E2E Report
83- path : |
84- ${{ github.workspace }}/*.mp4
85- ${{ github.workspace }}/*.png
86- ${{ github.workspace }}/report*.xml
87- ~/.maestro/tests/**/*
88-
89- - name : Store tests result
90- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
91- with :
92- name : e2e_android_report
93- path : |
94- report.xml
Original file line number Diff line number Diff line change 4949 run : bun pods
5050 working-directory : example
5151
52- - name : Install Maestro CLI
53- run : |
54- export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
55- brew tap facebook/fb
56- brew install facebook/fb/idb-companion
57-
58- - name : Add Maestro to path
59- run : echo "${HOME}/.maestro/bin" >> $GITHUB_PATH
60-
6152 - name : Build iOS App
6253 run : |
6354 bun example:ios:release
64-
65- - name : Run tests
66- run : |
67- bun test:e2e:ios
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929 "release:next" : " release-it --npm.tag=next --preRelease=rc" ,
3030 "bootstrap" : " cd example; bun install && bun pods " ,
3131 "bootstrap:no:pods" : " bun install --cwd example" ,
32- "test:e2e:android" : " bash ./scripts/run-maestro-tests.sh android" ,
33- "test:e2e:ios" : " bash ./scripts/run-maestro-tests.sh ios" ,
3432 "example:start" : " cd example; bun start" ,
3533 "example:android" : " cd example; bun android" ,
3634 "example:ios" : " cd example; bun ios" ,
145143 ]
146144 ]
147145 }
148- }
146+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments