http://uid.csail.mit.edu/collabode
Collabode is a web-based collaborative software development environment powered by Eclipse and EtherPad.
This repository contains unit, integration, and browser automation tests.
Collabode source: https://github.com/uid/collabode
mvn eclipse:clean eclipse:eclipse replacer:replace
- Obtain the Selenium Server standalone
.jarfile, perhaps from Selenium downloads - Run with
java -jar selenium-server-standalone-[ver].jaron a machine with Firefox installed - Copy
config/tests-browser.properties.exampletoconfig/tests-browser.propertiesand modify:seleniumIPis the address of the Selenium server (e.g. localhost, another machine, VM)listenIPis the address of localhost that will be used to access Collabode (e.g. localhost, external IP, VM subnet IP)
- Right-click and "Run As"
tests-browser.launch