Either you have a central selenium environment or ...
... have a look here: https://github.com/elgalu/docker-selenium
You can do a ci/cd pipeline that spawns a Docker container when needed.
On Tuesday, November 8, 2016 at 10:27:31 AM UTC+1, Sven Person wrote:
>
> Hi,
>
> i build my first selenium
Hi,
i build my first selenium test project. i build it as maven project using
selenium 2.53.1 in intellij. the test is opening a website, grabbing links
there and opens them in a new window to check if the site the links
redirect to is a 200, 404 or 505 page. as browser i use firefox.
its run