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 d89ec5e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,15 @@ if (process.env.CI) {
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"
device: "iPhone Simulator",
version: "16.0"
},
sl_android_latest: {
base: "SauceLabs",
browserName: "chrome",
platform: "android",
device: "Android GoogleAPI Emulator",
version: "12.0"
version: "13.0"
}
}

Expand Down

0 comments on commit d89ec5e

Please sign in to comment.