We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We have partnered with SauceLabs to provide onDemand testing for Etherpad Lite.
Checkout the latest develop
git clone https://github.com/Pita/etherpad-lite.git
cd etherpad-lite
git checkout feature/testing
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)
To run all of the tests across all browsers:
node runner.js
To run one tests across all browsers:
node runner.js --spec=makeTextBold.js
To run one test in one browser:
node runner.js --spec=makeTextBold.js --browser=firefox
To get help / instructions:
node runner.js --help
There was an error while loading. Please reload this page.