UNPKG

askui

Version:

Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on

42 lines (41 loc) 1.25 kB
{ "terminal.integrated.profiles.windows": { "askui-shell": { "path": [ "${env:ASKUI_INSTALLATION_DIRECTORY}\\Tools\\askui-shell.cmd" ], "icon": "robot", "overrideName": true, "color": "terminal.ansiMagenta" } }, "terminal.integrated.profiles.osx": { "askui-shell": { "path": "/bin/zsh", "args": [ "-l", "-c", "$ASKUI_INSTALLATION_DIRECTORY/Tools/askui-shell" ], "icon": "robot", "overrideName": true, "color": "terminal.ansiMagenta" } }, "terminal.integrated.profiles.linux": { "askui-shell": { "path": "/bin/bash", "args": [ "-l", "-c", "$ASKUI_INSTALLATION_DIRECTORY/Tools/askui-shell" ], "icon": "robot", "overrideName": true, "color": "terminal.ansiMagenta" } }, "terminal.integrated.defaultProfile.windows": "askui-shell", "terminal.integrated.defaultProfile.linux": "askui-shell", "terminal.integrated.defaultProfile.osx": "askui-shell" }