[ADD] mobile test script
This commit is contained in:
parent
c8025eb2a0
commit
9f2068133d
1 changed files with 13 additions and 0 deletions
13
mobile/run_tests.sh
Executable file
13
mobile/run_tests.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ ! -d "./mobile/erplibre_home_mobile" ]]; then
|
||||
echo "Please, run installation ./mobile/install_mobile_dev.sh before run this script ./mobile/run_tests.sh"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd mobile/erplibre_home_mobile
|
||||
|
||||
npm install
|
||||
npm test
|
||||
|
||||
cd -
|
||||
Loading…
Reference in a new issue