Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

2.53.1k

Compare
Choose a tag to compare
@diemol diemol released this 19 Dec 22:24
· 1682 commits to master since this release
  • BrowserStack has been integrated, it works in a similar way as Sauce Labs. Example command:

      export BROWSER_STACK_USER=<your BrowserStack username>
      export BROWSER_STACK_KEY=<your BrowserStack access key>
      docker run --rm -ti --name zalenium -p 4444:4444 -p 5555:5555 \
        -e SAUCE_USERNAME -e SAUCE_ACCESS_KEY \
        -e BROWSER_STACK_USER -e BROWSER_STACK_KEY \
        -v /tmp/videos:/home/seluser/videos \
        -v /var/run/docker.sock:/var/run/docker.sock \
        dosel/zalenium start --browserStackEnabled true
  • Now the default value for --browserStackEnabled and --sauceLabsEnabled is false, since the Google Analytics data shows that not so many people use this option.