[Nix-dev] Using selenium-server-standalone

Ganesh Sittampalam ganesh at earth.li
Wed Oct 8 07:43:42 CEST 2014


Hi Corey,

Thanks a lot - it hadn't occurred to me to refer to it from a different 
nix expression.

Cheers,

Ganesh

On 07/10/2014 22:36, Corey O'Connor wrote:
> Hi Ganesh,
> This is the NixOS module I use:
>
> * https://github.com/coreyoconnor/nix_configs/blob/master/jenkins-node.nix
>
> This runs selenium server standalone under a Xvnc session. Plus opens
> the appropriate port for test clients. In particular, the selenium
> server systemd service is:
>
> *
> https://github.com/coreyoconnor/nix_configs/blob/master/jenkins-node.nix#L43
>
> There are some other attributes in that module that are not specific to
> running selenium server. Let me know if you have further questions.
>
> Cheers,
> Corey
>
> -Corey O'Connor
> coreyoconnor at gmail.com <mailto:coreyoconnor at gmail.com>
> http://corebotllc.com/
>
> On Tue, Oct 7, 2014 at 1:58 PM, Ganesh Sittampalam <ganesh at earth.li
> <mailto:ganesh at earth.li>> wrote:
>
>     Hi,
>
>     The selenium-server-standalone nix package installs a jar, but
>     doesn't seem to come with any way to actually find the installed jar.
>
>     Is there something I'm missing, or should I just add a script to run
>     it, like with selenium-remote-control?
>
>     https://github.com/NixOS/__nixpkgs/blob/master/pkgs/__development/tools/selenium/__remote-control/default.nix
>     <https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/selenium/remote-control/default.nix>
>
>     https://github.com/NixOS/__nixpkgs/blob/master/pkgs/__development/tools/selenium/__server/default.nix
>     <https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/selenium/server/default.nix>
>
>     Cheers,
>
>     Ganesh
>
>



More information about the nix-dev mailing list