We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70392f9 commit 8e19a04Copy full SHA for 8e19a04
.github/workflows/main.yml
@@ -217,7 +217,7 @@ jobs:
217
adb remount
218
adb push ${{ github.workspace }}/. /data/local/tmp/
219
adb shell "mv -f /data/local/tmp/sqlite3 /system/xbin"
220
- npx @playwright/mcp@latest --port 8931 --headless & sleep 3
+ npx @playwright/mcp@latest --port 8931 --headless & sleep 20
221
adb reverse tcp:8931 tcp:8931
222
adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./android-test"
223
0 commit comments