Skip to content
Permalink
Browse files
Updated test.sh script
  • Loading branch information
hortonr6 committed Nov 25, 2019
1 parent f6391da commit 08aef427e8b95a94446da8bac7b372960db3abf4
Showing 1 changed file with 12 additions and 1 deletion.
13 test.sh
@@ -1,7 +1,9 @@
#!/usr/bin/env bash

set -e
echo Beginning Automated Acceptance Tests
echo --------------------------
echo Automated Acceptance Tests
echo --------------------------
echo Creating Screenshots Directory
mkdir -p screenshots
echo Screenshots Directory Created
@@ -11,6 +13,15 @@ echo Trace Directory Created
echo Removing Previous Database Files
rm -rf *.db
echo Previous Database Files Removed
echo Remove Old Server Files
rm -rf files/uploads
echo Old Server Files Removed
echo Remove Download Test Files
rm -rf acceptance\ tests/downloads
echo Old Download Test Removed
echo Creating New Download Test Directory
mkdir -p acceptance\ tests/downloads
echo Download Test Directory Created
echo Starting Server and Running Tests
echo ------------------------------------
node index.js&

0 comments on commit 08aef42

Please sign in to comment.