Skip to content

Commit b2554f8

Browse files
committed
remove maestro
1 parent 1be54d5 commit b2554f8

5 files changed

Lines changed: 1 addition & 117 deletions

File tree

.github/workflows/android.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ jobs:
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
@@ -73,22 +64,3 @@ jobs:
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

.github/workflows/ios.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,6 @@ jobs:
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

maestro-tests/basic_example/pager_basic_example.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
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",
@@ -145,4 +143,4 @@
145143
]
146144
]
147145
}
148-
}
146+
}

scripts/run-maestro-tests.sh

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)