[Tests] Ensure local storage is used

Ensure local storage is used for Protractor tests,
WTD-1505.
This commit is contained in:
Victor Woeltjen 2015-08-12 09:58:20 -07:00
parent b74cbf1969
commit 7aea1647a2

View File

@ -24,7 +24,7 @@ console.log('Installing Dependencies');
exec("npm install minimist express", {async:false});
console.log('Starting Node');
sleep.sleep(1);
exec("node app.js -p 1984 -i example/localstorage > protractor/logs/nodeApp.log 2>&1 &", {async:false});
exec("node app.js -p 1984 -x example/persistence -x platform/persistence/elastic -i example/localstorage > protractor/logs/nodeApp.log 2>&1 &", {async:false});
console.log(' Started Node');
console.log();
@ -37,4 +37,4 @@ if(error() == null){
console.log(" Error : ", error());
}
sleep.sleep(1);
cd(startdir);
cd(startdir);