Created
March 15, 2018 16:17
-
-
Save pieceofquality/1ef2245ca95f7c53bf808818f1824aa4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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