mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
run test lib for a minute in sauce with firefox
This commit is contained in:
parent
d6d07570bf
commit
82dfb2df21
4 changed files with 53 additions and 0 deletions
14
tests/frontend/travis/runner.sh
Executable file
14
tests/frontend/travis/runner.sh
Executable 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)
|
Loading…
Add table
Add a link
Reference in a new issue