Ai
3 Star 1 Fork 0

mirrors_microsoft/playwright

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
avd_stop.sh 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
Max Schmitt 提交于 2024-02-06 03:39 +08:00 . devops: fix Android tests (#29335)
#!/usr/bin/env bash
set -e
if [[ -z "${ANDROID_HOME}" ]]; then
export ANDROID_HOME="$PWD/.android-sdk"
fi
echo "Killing previous emulators"
${ANDROID_HOME}/platform-tools/adb devices | grep emulator | cut -f1 | while read line; do ${ANDROID_HOME}/platform-tools/adb -s $line emu kill; done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_microsoft/playwright.git
git@gitee.com:mirrors_microsoft/playwright.git
mirrors_microsoft
playwright
playwright
main

搜索帮助