about summary refs log tree commit diff
path: root/pkgs/development/tools/selenium
Commit message (Collapse)AuthorAge
* chromedriver: treat native build inputs as suchJoachim Fasting2017-05-20
|
* chromedriver: refactor per-platform src specs, fixing evalJoachim Fasting2017-05-20
| | | | | | | | Use an attrset to ensure consistency between available specs & hydra platforms. This fixes evaluation error due to trying to build this on arm linux (introduced by 357f193c9d86a75699dbf0a8b46a0126ca1c7939).
* chromedriver: remove redundant lib paramJoachim Fasting2017-05-20
|
* chromedriver: 2.25 -> 2.29Stefan Lau2017-05-20
|
* chromedriver: allow to install on more systemsStefan Lau2017-05-15
|
* selenium-server-standalone: restore htmlunit-driver supportGanesh Sittampalam2017-01-14
| | | | | It was moved to a separate project between versions 2.45 and 2.53: https://github.com/SeleniumHQ/selenium/commit/2d3150b
* chromedriver: 2.21 -> 2.25Jost Novljan2016-12-09
|
* Remove Selenium Remote ControlTim Steinbach2016-11-03
| | | | No longer builds and was a dodgy process anyways
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* Merge pull request #14625 from utdemir/masterJoachim Fasting2016-04-19
|\ | | | | selenium-server-standalone: 2.45.0 -> 2.53.0
| * selenium-server-standalone: 2.45.0 -> 2.53.0Utku Demir2016-04-19
| | | | | | | | | | Also remove `patchPhase`, since the relevant executable does not exist anymore on the new archive.
* | Add correct libstdc++.so path to chromedriverUtku Demir2016-04-19
|/ | | It was probably broken after the closure-size merge
* Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\
| * treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
| * fontconfig: split into multiple outputsVladimír Čunát2015-10-05
| | | | | | | | Fixed all 'fontconfig}' references as well, hopefully, ugh!
| * Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
| |\ | | | | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * | fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
| | | | | | | | | | | | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
* | | chromedriver: 2.14 -> 2.21Tim Steinbach2016-04-12
| |/ |/|
* | xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | | | | | | | | 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.
* | Upgrade to selenium 2.45Boris Sukholitko2015-05-22
| | | | | | | | | | | | Without the upgrade, firefox driver is unusable, due to: https://code.google.com/p/selenium/issues/detail?id=8399
* | Fixed several "package has no version" warningsPascal Wittmann2015-05-14
|/
* Fixed some descriptionsPascal Wittmann2015-04-28
|
* chromedriver: Fix evaluationEelco Dolstra2015-03-06
|
* chromedriver: 2.10 -> 2.14Cillian de Róiste2015-03-06
|
* orig-gcc -> orig-ccEelco Dolstra2015-03-04
|
* rename occurrences of gcc.gcc to gcc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Add selendroidJaka Hudoklin2014-11-21
|
* Fixed many descriptionsPascal Wittmann2014-11-11
|
* selenium-server-standalone: update -> 2.44, fix opera, create binary, chrome ↵Jaka Hudoklin2014-11-05
| | | | support
* chromedriver 2.9 -> 2.10Cillian de Róiste2014-06-30
|
* nixpkgs-lint: add the platforms meta attr for most of my packagesCillian de Róiste2014-03-16
|
* Add selenium-server-standalone (submitted by coreyoconnor)Domen Kožar2014-02-27
|
* Chromedriver: fix download URL, update from 2.0 to 2.9, add a required libCillian de Róiste2014-02-14
|
* Chromedriver: update to 2.0Shea Levy2013-06-20
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add chromedriver: a server for running Selenium tests in ChromeCillian de Róiste2013-02-26
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22798
* downgrade selenium-rc to rev 2450. The newer one is buggy (Neither allows ↵Marc Weber2009-04-14
| | | | | | using a FirefoxProfile nor launches Opera) svn path=/nixpkgs/trunk/; revision=15027
* updating selenium to SNAPSHOT versionMarc Weber2009-03-30
| | | | | | | | 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
* selenium remote control version bump to 1.0-beta-2Marc Weber2009-03-27
| | | | | | | renamed attr to seleniumRCBin and adding selenium-remote-control-1.0-beta-2 run script svn path=/nixpkgs/trunk/; revision=14734
* Nix-expr style reviewYury G. Kudryashov2008-01-30
| | | | | | | | | | | | 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
* xara update (now works on i686 and _64 again)Marc Weber2007-12-03
selenium-rc binaries (automatic web application testing remote control server) svn path=/nixpkgs/trunk/; revision=9835