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
[email protected]
http://corebotllc.com/

On Tue, Oct 7, 2014 at 1:58 PM, Ganesh Sittampalam <[email protected]> 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/server/default.nix
>
> Cheers,
>
> Ganesh
>
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to