DEV Community

Tried Zalenium to run Selenium tests on scalable containers

Mitz on April 04, 2018

My friend, who is a great test engineer, mentioned Zalenium yesterday and I was interested in it. So I tried it. Zalenium? https://zala...
Collapse
 
avinashrana profile image
avinashrana

Hello,

I would like to know how can I run my selenium tests on UNIX platform? I am done with the LINUX platform (I used the same desired capabilities in my MacBook Pro using java mentioned above in your script). I am using the MacBook Pro (OSX).

So I re-phrase my question --> How can I run my selenium script with the platform as UNIX using zalenium & docker. Any help is much appreciated.

Regards,
Avinash Rana
avinashrajput455@gmail.com

Collapse
 
flohrein profile image
Florian Rein • Edited

A bit late to the party.. I compiled a minimal Zalenium Setup a while ago. Maybe this helps you getting up & running at least on Macos. As long as UNIX supports docker, it should run there too.

florianreinhard.de/2019-06-23/zale...

Collapse
 
karloabapo profile image
Karlo Abapo

I tried it today and it's cool! It's my first time to setup docker containers and selenium grid. I still don't know how to parallel test and put it on a CI but that's next on the list.