Skip to content

Getting started writing tests for Etherpad Lite

johnyma22 edited this page Jun 4, 2012 · 12 revisions

We have partnered with SauceLabs to provide onDemand testing for Etherpad Lite.

To get started writing tests checkout the latest develop

git clone https://github.com/Pita/etherpad-lite.git

cd etherpad-lite

git checkout develop

bin/installDeps.sh

cp config.tmp.js config.js

Edit config.js

Add your saucelabs username/key (If you need one then please get in touch and we will provide you with one)

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally