Skip to content

Commit 99afad2

Browse files
committed
chore(build): Allow CI testing
1 parent e588551 commit 99afad2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

e2e/config/appium.capabilities.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
"noReset": false,
3636
"fullReset": false
3737
},
38+
"android22": {
39+
"platformName": "Android",
40+
"platformVersion": "5.0",
41+
"deviceName": "Emulator-Api22-Default",
42+
"avd": "Emulator-Api22-Default",
43+
"lt": 60000,
44+
"newCommandTimeout": 720,
45+
"noReset": false,
46+
"fullReset": false
47+
},
3848
"android23": {
3949
"platformName": "Android",
4050
"platformVersion": "6.0",
@@ -114,4 +124,4 @@
114124
"noReset": true,
115125
"fullReset": false
116126
}
117-
}
127+
}

tests/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ module.exports = function(config) {
7474

7575
// Continuous Integration mode
7676
// if true, Karma captures browsers, runs the tests and exits
77-
singleRun: false
77+
singleRun: true
7878
})
7979
}

0 commit comments

Comments
 (0)