Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #210 from Financial-Times/add-latest-ff
Browse files Browse the repository at this point in the history
Adding lastest FF and Chrome to nightwatch config
  • Loading branch information
ironsidevsquincy committed Sep 4, 2015
2 parents b17e5f3 + 3ff0e37 commit d3c8266
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/nightwatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
"platform": "WINDOWS"
}
},
"chrome45": {
"desiredCapabilities": {
"browserName": "chrome",
"version": "45.0",
"platform": "Windows 7"
}
},
"chrome44": {
"desiredCapabilities": {
"browserName": "chrome",
"version": "44.0",
"platform": "Windows 7"
}
},
"chrome43": {
"desiredCapabilities": {
"browserName": "chrome",
Expand Down Expand Up @@ -52,6 +66,13 @@
"platform": "Windows 7"
}
},
"firefox40": {
"desiredCapabilities": {
"browserName": "firefox",
"version": "40.0",
"platform": "Windows 7"
}
},
"firefox39": {
"desiredCapabilities": {
"browserName": "firefox",
Expand Down

0 comments on commit d3c8266

Please sign in to comment.