chore(material): add simple e2e smoke tests for components.

This commit is contained in:
Jeremy Elbourn
2015-05-04 18:34:06 -07:00
parent 93c331d103
commit 20a033e4c9
22 changed files with 137 additions and 66 deletions

View File

@ -15,6 +15,8 @@ function killServer () {
./node_modules/.bin/gulp serve.js.dart2js&
serverPid=$!
./node_modules/.bin/gulp build.css.material&
trap killServer EXIT
# wait for server to come up!

View File

@ -15,6 +15,8 @@ function killServer () {
./node_modules/.bin/gulp serve.js.prod&
serverPid=$!
./node_modules/.bin/gulp build.css.material&
trap killServer EXIT
# wait for server to come up!