Last active
February 18, 2022 12:21
-
-
Save madhank93/a945f0d2fe622825fe29d15ecc25c7cc to your computer and use it in GitHub Desktop.
browser-files
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": "latest", | |
"versions": { | |
"latest": { | |
"image": "selenoid/chrome:91.0", | |
"port": "4444", | |
"tmpfs": { | |
"/tmp": "size=512m" | |
} | |
} | |
} | |
}, | |
"firefox": { | |
"default": "latest", | |
"versions": { | |
"latest": { | |
"image": "selenoid/firefox:88.0", | |
"port": "4444", | |
"path": "/wd/hub" | |
} | |
} | |
} | |
} |
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": "latest", | |
"versions": { | |
"latest": { | |
"image": "selenoid/vnc_chrome:91.0", | |
"port": "4444", | |
"tmpfs": { | |
"/tmp": "size=512m" | |
} | |
} | |
} | |
}, | |
"firefox": { | |
"default": "latest", | |
"versions": { | |
"latest": { | |
"image": "selenoid/vnc_firefox:88.0", | |
"port": "4444", | |
"path": "/wd/hub" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment