Questions tagged [zalenium]

Allows anyone to have a disposable, flexible, container based Selenium Grid infrastructure featuring video recording, live preview, basic auth & online/offline dashboards

This is a Selenium Grid extension to scale your local grid dynamically with docker containers. It uses docker-selenium to run your tests in Firefox and Chrome locally, if you need a different browser, your tests can get redirected to a cloud testing provider (Sauce Labs, BrowserStack, TestingBot). Zalenium also works out of the box in Kubernetes.

Zalenium's maintainers add new features regularly. We invite you to test it, report bugs, suggest any ideas you may have, and contribute. See our contributing guidelines for more details.

91 questions
1
vote
1 answer

Empty pool of VM for setup Capabilities

Implemented the Zalenium in my protractor code. Live and dashboard view is popping out but when I tried to execute from zalenium it throwing the below error. ** Code**
1
vote
0 answers

Keeping cache between zalenium sessions

To accelerate the loading process and save bandwidth I want to keep the cache between Zalenium containers How can I share the cached folder between sessions? (p.s I've already set up a shared mounted volume between containers) In other words - when…
Gal Bracha
  • 19,004
  • 11
  • 72
  • 86
1
vote
2 answers

Error response from daemon: Windows does not support privileged mode

I have installed the Docker Tool on my Windows 10 Pro machine. Have pulled below images from Docker Hub: docker pull elgalu/selenium docker pull dosel/zalenium When I am trying to start zalenium with the below command: "docker run --rm -ti --name…
Prasad
  • 13
  • 1
  • 5
1
vote
1 answer

ChromeDriver and Chrome Browser out of sync

Recently Chrome got updated to version 79. I've updated chromedriver to the respective version same way as I always do - inside my java project. But when I deploy Zalenium, in containers, inside home/seluser/ there's still chromedriver-78. I've…
1
vote
0 answers

No videos saved while running Zalenium on windows

I started Zalenium server on Windows machine. I am able to run the tests and also see the live execution. But no videos are saved in the shared volume. So I tried SSH to the containers, but no videos are recorded in /home/seluser/video…
1
vote
0 answers

execution of chown(container files) get hung

I'm trying to run Zalenium docker on ubuntu 18.04. Below is my command. curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s start or docker run --rm -ti -p 4404:4444 -v /var/run/docker.sock:/var/run/docker.sock -v…
gary.zhang
  • 275
  • 3
  • 9
1
vote
0 answers

Sometimes missing desiredContainers

My Zalenium is deployed in Kubernetes. I have set option desiredContainers = 2 and it's working. But sometimes desired containers are not available. Tests are working properly, even when desired containers not available. After "restart" containers…
sl0910
  • 11
  • 2
1
vote
1 answer

Zalenium test results are shown as "completed" while running on Browserstack

While running the test cases using zalenium and browserstack, the test results are shouwn in zalenium dashboard as completed, but not passed, failed. Steps I have added support to set test results based on zalenium documentation Zalenium add…
Ani Saghatelyan
  • 71
  • 1
  • 1
  • 4
1
vote
1 answer

Zalenium - multiple browser interaction

I want to know if I Can open 2-3 browser in zalenium and switch between these browser to automate a flow where I enter data in 1 browser, I need to validate the data in the second browser and vice versa. Both browsers are chrome browsers. Can I use…
Sachin B
  • 11
  • 3
1
vote
1 answer

How to make Zalenium work with AWS Fargate?

The issue I would like to use Zalenium in a container using AWS Fargate. However, to do so, we have to pull two images: Zalenium and Selenium. Indeed, during its process, Zalenium creates containers using Selenium image. Therefore it needs to find…
Eugenieo
  • 13
  • 4
1
vote
0 answers

zalenium java null pointer exception

im using zalenium for a remote driver but when i invoke the url the browser open and then trows a java null pointer exception y tried to change the capabilities public void GetInvoicing() throws MalformedURLException { …
1
vote
1 answer

Mount the directory in Windows OS for file uploading to Zalenium docker image

I'm running my Selenium tests through Zalenium docker image. I have a test which I need to upload ".csv" file. I have read Zalenium mounting documentation and I follow all steps which written in Zalenium documentation, but still I can not mount csv…
AliMusa
  • 53
  • 1
  • 8
1
vote
1 answer

Capture audio in zalenium

How to capture audio along with video in zalenium.The commands on github of zalenium(link) only capture video. Thanks
Muhammad Younus
  • 1,896
  • 19
  • 20
1
vote
1 answer

On Dahsboard, can't delete videos individually?

On Dashboard, Can’t delete individual videos. Either Reset or Cleanup dashboard options available. Can we have a selection checkbox to delete selected videos from dashboard ?
1
vote
1 answer

On Dashboard: Can the videos be filtered on statuses?

On zalenium Dashboard, Can the videos be filtered based on Passed/Failed/Timeout statuses ?