- chore: implement new test reporter to see more details on failed tests

- fix: fix broken e2e tests on Android 8+
This commit is contained in:
Sefa Ilkimen
2021-07-15 03:14:46 +02:00
parent 94126b9021
commit 9d6005af29
4 changed files with 238 additions and 5 deletions

View File

@@ -10,5 +10,5 @@ fi
printf 'Running e2e tests\n'
pushd $ROOT
./node_modules/.bin/mocha ./test/e2e-tooling/test.js "$@"
./node_modules/.bin/mocha --reporter ./test/e2e-tooling/reporter.js ./test/e2e-tooling/test.js "$@"
popd