run test lib for a minute in sauce with firefox

This commit is contained in:
Peter 'Pita' Martischka 2012-11-01 22:17:31 +00:00
parent d6d07570bf
commit 82dfb2df21
4 changed files with 53 additions and 0 deletions

14
tests/frontend/travis/runner.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/sh
#Move to the base folder
cd `dirname $0`
#start etherpad lite
../../../bin/run.sh &
sleep 10
#start remote runner
node remote_runner.js
kill $!
kill $(cat /tmp/sauce.pid)