new version

This commit is contained in:
silas
2021-05-17 18:41:48 +02:00
parent 072932cde4
commit 71eda197fe
62 changed files with 79106 additions and 20059 deletions

Binary file not shown.

View File

@@ -56,7 +56,7 @@ exports.config = {
appium: {
args: {
chromedriverExecutable: path.join(__dirname, "misc/chromedriver"),
chromedriverExecutable: path.join(__dirname, "misc/android/chromedriver_90"),
}
},
@@ -65,7 +65,7 @@ exports.config = {
capabilities: [{
automationName: "UiAutomator2",
// automationName: "Espresso",
chromedriverExecutable: path.join(__dirname, "misc/chromedriver"),
chromedriverExecutable: path.join(__dirname, "misc/android/chromedriver_90"),
// For Android, Appium uses the first device it finds using "adb devices". So, this
// string simply needs to be non-empty.
@@ -103,4 +103,4 @@ exports.config = {
console.log("tearing down...");
await Service.tearDown();
}
};
};