Skip to content

Instantly share code, notes, and snippets.

@ionelmc
Created March 12, 2018 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionelmc/58db6ad253e36e1e3a7f1983d78baf2b to your computer and use it in GitHub Desktop.
Save ionelmc/58db6ad253e36e1e3a7f1983d78baf2b to your computer and use it in GitHub Desktop.
{
"chrome": {
"default": "60.0",
"versions": {
"60.0": {
"image": "selenoid/chrome:60.0",
"port": "4444",
"path": "/"
}
}
},
"firefox": {
"default": "58.0",
"versions": {
"58.0": {
"image": "selenoid/firefox:58.0",
"port": "4444",
"path": "/wd/hub"
}
}
},
"opera": {
"default": "51.0",
"versions": {
"51.0": {
"image": "selenoid/opera:51.0",
"port": "4444",
"path": "/"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment