Skip to content

Commit

Permalink
Update browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Jul 20, 2023
1 parent d25a68a commit 6a9d7b0
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,16 @@ if (process.env.CI) {
sl_ios_latest: {
base: "SauceLabs",
browserName: "safari",
platform: "ios",
device: "iPhone X Simulator",
version: "13.0"
},
sl_android_9: {
base: "SauceLabs",
browserName: "chrome",
platform: "android",
device: "Android GoogleAPI Emulator",
version: "9.0"
platform: "iOS",
device: "iPhone Simulator",
version: "current_major"
},
sl_android_latest: {
base: "SauceLabs",
browserName: "chrome",
platform: "android",
platform: "Android",
device: "Android GoogleAPI Emulator",
version: "12.0"
version: "current_major"
}
}

Expand Down

0 comments on commit 6a9d7b0

Please sign in to comment.