Skip to content

Commit

Permalink
Opera is now using user-data-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Feb 20, 2015
1 parent 52f3e43 commit f538a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/browser_launcher.js
Expand Up @@ -110,7 +110,7 @@ function browsersForPlatform(){
"C:\\Program Files\\Opera\\opera.exe",
"C:\\Program Files (x86)\\Opera\\opera.exe"
],
args: ["-pd", tempDir + "\\testem.opera"],
args: ["-pd", tempDir + "\\testem.opera", "--user-data-dir=" + tempDir + "\\testem.opera"],
setup: function(config, done){
rimraf(tempDir + '\\testem.opera', done)
},
Expand Down Expand Up @@ -167,7 +167,7 @@ function browsersForPlatform(){
{
name: "Opera",
exe: "/Applications/Opera.app/Contents/MacOS/Opera",
args: ["-pd", tempDir + "/testem.opera"],
args: ["-pd", tempDir + "/testem.opera", "--user-data-dir=" + tempDir + "/testem.opera"],
setup: function(config, done){
rimraf(tempDir + '/testem.opera', done)
},
Expand Down

0 comments on commit f538a3e

Please sign in to comment.