added the junit script to be included
This commit is contained in:
parent
9fa038ead7
commit
db2ecd0c34
|
|
@ -5,5 +5,6 @@ before_script:
|
|||
- node test/server/file-server.js &
|
||||
- sleep 3
|
||||
- "./build/sitespeed.io -u http://127.0.0.1:8080/ -o img"
|
||||
- "./sitespeed-junit.io > junit.xml"
|
||||
|
||||
script: ./test/test.sh
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ UNIQUE_DIR=$(ls -1 ../build/sitespeed-result/ | head -n1);
|
|||
RESULT_DIR=$( cd ../build/sitespeed-result/$UNIQUE_DIR && pwd)
|
||||
|
||||
|
||||
files=( index.html errorurls.html pages.html rules.html pages/1.html pages/2.html pages/3.html )
|
||||
files=( index.html errorurls.html pages.html rules.html pages/1.html pages/2.html pages/3.html junit.xml)
|
||||
|
||||
for i in "${files[@]}"
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in New Issue