mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-11 00:14:41 +02:00
+ first attempt to launch browsers automatically for automated tests
This commit is contained in:
parent
fdda7493c6
commit
3df53f7123
11
ciform/trunk/tools/build/kde/runMiniFox.sh
Executable file
11
ciform/trunk/tools/build/kde/runMiniFox.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
#set -vx
|
||||
# Starts Firefox minimized to execute the tests in the background
|
||||
# TODO ? start and stop the server before running the navigators to gather tests ?
|
||||
kstart --iconify --keepbelow firefox -safe-mode -new-window $*
|
||||
#ps --no-headers --ppid $$ -o pid
|
||||
#trap "pkill -P $$;exit" INT TERM EXIT
|
||||
#while [ true ]
|
||||
#do
|
||||
# sleep 1 # waiting for a signal
|
||||
#done
|
||||
10
ciform/trunk/tools/build/kde/runMiniKonqi.sh
Executable file
10
ciform/trunk/tools/build/kde/runMiniKonqi.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
#set -vx
|
||||
# Starts Konqueror minimized to execute the tests in the background
|
||||
# TODO ? start and stop the server before running the navigators to gather tests ?
|
||||
kstart --iconify --keepbelow konqueror $*
|
||||
#trap "pkill -P $$;exit" INT TERM EXIT
|
||||
#while [ true ]
|
||||
#do
|
||||
# sleep 1 # waiting for a signal
|
||||
#done
|
||||
Loading…
Reference in a new issue