Files
talk/scripts/pree2e.sh
T

8 lines
136 B
Bash
Executable File

#!/bin/bash
# install selenium
../node_modules/selenium-standalone/bin/selenium-standalone install
# start the app server
npm start &