提交 91d0b099 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

add appium script

上级 ff09d805
......@@ -18,7 +18,7 @@ use Facebook\WebDriver\Remote\DesiredCapabilities;
use Facebook\WebDriver\Chrome\ChromeOptions;
include 'vendor/autoload.php';
if (isWindows())
{ // launch build-in selenium driver to test
{ // launch build-in selenium driver server to test
$command = 'start /B ' . dirname(__FILE__, 3) . '\runtime\selenium\chrome80.exe >log.txt 2>&1';
pclose(popen($command, 'r'));
......@@ -50,7 +50,11 @@ $title = $driver->getTitle();
print(">> $title\n");
$driver->close();
exec('taskkill /F /im chrome80.exe');
if (isWindows())
{
exec('taskkill /F /im chrome80.exe');
}
function isWindows()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册