about summary refs log tree commit diff
path: root/pkgs/development/tools/selenium
AgeCommit message (Collapse)AuthorFilesLines
2016-04-12chromedriver: 2.14 -> 2.21Tim Steinbach1-3/+3
2016-01-24treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2015-10-05fontconfig: split into multiple outputsVladimír Čunát1-1/+1
Fixed all 'fontconfig}' references as well, hopefully, ugh!
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát2-7/+9
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-2/+2
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2015-05-22Upgrade to selenium 2.45Boris Sukholitko1-3/+3
Without the upgrade, firefox driver is unusable, due to: https://code.google.com/p/selenium/issues/detail?id=8399
2015-05-14Fixed several "package has no version" warningsPascal Wittmann1-2/+4
2015-05-05fix "libc}/lib" and similar referencesVladimír Čunát1-1/+1
Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
2015-04-28Fixed some descriptionsPascal Wittmann1-1/+1
2015-03-06chromedriver: Fix evaluationEelco Dolstra1-1/+1
2015-03-06chromedriver: 2.10 -> 2.14Cillian de Róiste1-3/+3
2015-03-04orig-gcc -> orig-ccEelco Dolstra1-1/+1
2015-01-14rename occurrences of gcc.gcc to gcc.ccEric Seidel1-1/+1
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley2-2/+2
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-11-21Add selendroidJaka Hudoklin1-0/+36
2014-11-11Fixed many descriptionsPascal Wittmann1-1/+1
2014-11-05selenium-server-standalone: update -> 2.44, fix opera, create binary, chrome ↵Jaka Hudoklin1-10/+35
support
2014-06-30chromedriver 2.9 -> 2.10Cillian de Róiste1-2/+2
2014-03-16nixpkgs-lint: add the platforms meta attr for most of my packagesCillian de Róiste1-0/+1
2014-02-27Add selenium-server-standalone (submitted by coreyoconnor)Domen Kožar1-0/+27
2014-02-14Chromedriver: fix download URL, update from 2.0 to 2.9, add a required libCillian de Róiste1-5/+5
2013-06-20Chromedriver: update to 2.0Shea Levy1-9/+7
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-02-26Add chromedriver: a server for running Selenium tests in ChromeCillian de Róiste1-0/+37
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-07-28* More cleanup.Eelco Dolstra1-1/+3
svn path=/nixpkgs/trunk/; revision=22798
2009-04-14downgrade selenium-rc to rev 2450. The newer one is buggy (Neither allows ↵Marc Weber1-2/+2
using a FirefoxProfile nor launches Opera) svn path=/nixpkgs/trunk/; revision=15027
2009-03-30updating selenium to SNAPSHOT versionMarc Weber1-3/+28
to run firefox from selenium remote control you either have to use the binary, write a binary wrapper or use latest version (which is what I've done now) svn path=/nixpkgs/trunk/; revision=14786
2009-03-27selenium remote control version bump to 1.0-beta-2Marc Weber1-21/+20
renamed attr to seleniumRCBin and adding selenium-remote-control-1.0-beta-2 run script svn path=/nixpkgs/trunk/; revision=14734
2008-01-30Nix-expr style reviewYury G. Kudryashov1-4/+4
Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
2007-12-03xara update (now works on i686 and _64 again)Marc Weber1-0/+23
selenium-rc binaries (automatic web application testing remote control server) svn path=/nixpkgs/trunk/; revision=9835