mirror of
https://github.com/appium/appium.git
synced 2026-02-11 04:20:00 -06:00
Merge pull request #2009 from Jonahss/windowsTestFix
fixed custom mocha args
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
param([string]$mochaArgs = "", [switch]$android, [switch]$selendroid)
|
||||
$all = !($android -or $selendroid)
|
||||
$appiumMocha="mocha --recursive -t 90000 -R spec $mochaArgs"
|
||||
$appiumMocha="mocha --recursive -t 90000 -R spec $mochaArgs "
|
||||
|
||||
if ($android -or $all){
|
||||
"RUNNING ANDROID TESTS"
|
||||
|
||||
Reference in New Issue
Block a user