public
Description: Advanced Network Service Testing Environment (git mirror)
Homepage: https://public.warp.es/anste
Clone URL: git://github.com/ebox/anste.git
anste /
name age message
file AUTHORS Tue Aug 21 07:33:45 -0700 2007 Implemented video recordingi of selenium tests.... [Jose Antonio Calvo]
file COPYING Tue Aug 21 07:33:45 -0700 2007 Implemented video recordingi of selenium tests.... [Jose Antonio Calvo]
file ChangeLog Wed Jul 08 17:51:51 -0700 2009 added protocol and firefox-profile settings for... [Jose Antonio Calvo]
file INSTALL Tue Nov 06 08:52:11 -0800 2007 ANSTE now works with network-virtual instead of... [Jose Antonio Calvo]
file Makefile Sat Apr 04 03:52:36 -0700 2009 if -path option is not passed to anste binary t... [Jose Antonio Calvo]
file README Thu Aug 30 14:35:44 -0700 2007 Filled INSTALL and README Set default path for... [Jose Antonio Calvo]
file VERSION Mon Apr 13 02:49:36 -0700 2009 Added scripts executed to the test results gi... [Jose Antonio Calvo]
directory debian/ Mon Apr 13 02:52:55 -0700 2009 fixed changelog syntax git-svn-id: http://sub... [Jose Antonio Calvo]
directory doc/ Tue Nov 06 18:17:27 -0800 2007 Fixed concurrency problem at HostWaiter. Chang... [Jose Antonio Calvo]
directory src/ Thu Jul 23 04:34:55 -0700 2009 Do not compare with one, just check for truth v... [Isaac Clerencia]
README
The Web-GUI testing support requires a selenium-rc version that isn't released
yet. So yo must get it via the OpenQA oficial Subversion repostiory:

svn co https://svn.openqa.org/svn/selenium-rc/trunk

To build it you need to get Maven: 

http://maven.apache.org/download.html

Once you have maven, uncompressed and with the JAVA_HOME variable set properly
get in to the trunk of selenium-rc and then into the selenium-server directory 
and do:

/path/to/maven/bin/mvn install

This process could be long. I hope soon we'll have a selenium-rc Debian
package to avoid this :)

Move the generated file target/selenium-server-VERSION-SNAPSHOT-standalone.jar
to a better place (and name) and finally specify the path of your recently 
obtained .jar into the ANSTE config.

Something like this in /etc/anste/anste.conf:

[selenium]
rc-jar = /home/josh/selenium-rc/selenium-server.jar
browser = *firefox /home/josh/firefox/firefox-bin

You should also specify the path of your browser in this manner.

Good luck!

You can contact me on <jacalvo@warp.es> and I'll try to answer your questions.