We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like described on Google Dev Blog Chrome 59+ supports a headless mode. Due to this fact we can us this for "UI only" tests with Sakuli.
Solution:
linux.xml
chrome_headless
FROM consol/sakuli-ubuntu-xfce:v1.1.0 COPY linux.xml $SAKULI_ROOT/sahi/config/browser_types/ ENV TESTSUITE_BROWSER=chrome_headless
<browserTypes> .... <browserType> <name>chrome_headless</name> <displayName>Chrome Headless</displayName> <icon>chrome.png</icon> <path>/usr/bin/google-chrome</path> <options>--incognito --headless --disable-gpu --remote-debugging-port=9222 --user-data-dir=$userDir/browser/chrome/profiles/sahi$threadNo --start-maximized --no-default-browser-check --no-first-run --disable-infobars --proxy-server=localhost:9999 --disable-popup-blocking</options> <processName>chrome</processName> <capacity>5</capacity> </browserType> </browserTypes>
TODO:
firefox_portable
The text was updated successfully, but these errors were encountered:
testsuite.ui-test.only=true
#313 Added headless Chrome browser type
f0bfe0b
#313 Updated version
d7a27c2
No branches or pull requests
Like described on Google Dev Blog Chrome 59+ supports a headless mode. Due to this fact we can us this for "UI only" tests with Sakuli.
Solution:
linux.xml
chrome_headless
TODO:
chrome_headless
as additional browser likefirefox_portable
The text was updated successfully, but these errors were encountered: