Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pieceofquality/1ef2245ca95f7c53bf808818f1824aa4 to your computer and use it in GitHub Desktop.
Save pieceofquality/1ef2245ca95f7c53bf808818f1824aa4 to your computer and use it in GitHub Desktop.
{
"chrome": {
"default": "64.0",
"versions": {
"64.0": {
"image": "selenoid/vnc:chrome_64.0",
"port": "4444",
"tmpfs": {
"/tmp": "size=128m"
}
}
}
},
"firefox": {
"default": "58.0",
"versions": {
"58.0": {
"image": "selenoid/vnc:firefox_58.0",
"port": "4444",
"tmpfs": {
"/tmp": "size=128m"
}
}
}
},
"opera": {
"default": "51.0",
"versions": {
"51.0": {
"image": "selenoid/vnc:opera_51.0",
"port": "4444",
"tmpfs": {
"/tmp": "size=128m"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment