1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-14 15:53:28 +01:00

wombat + tests

- add build-wombat.sh for building wombat
- fix tests (no more karma tests, now in wombat)
- update to latest wombat
This commit is contained in:
Ilya Kreymer 2019-07-02 16:22:08 -07:00
parent db50efc558
commit d2467d5fad
3 changed files with 10 additions and 2 deletions

View File

@ -3,7 +3,6 @@ set -e
if [ "$WR_TEST" = "no" ]; then
python setup.py test
cd karma-tests && make test && cd ..
else
cd webrecorder-tests
INTRAVIS=1 pytest -m "pywbtest and chrometest"

9
build-wombat.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $CURR_DIR/wombat
export OUTPUT_DIR=../pywb/static/
yarn install
yarn run build-prod
#cp ./dist/*.js ../pywb/static/

2
wombat

@ -1 +1 @@
Subproject commit 0b0c171a4f0f34114ba3cefd5ba80304515f4ef8
Subproject commit 2e6eb7a0c3772da61ff24f07bca7e69ccf346db4