Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run a Google App Engine on Travis-CI and test it with PhantomJS

Is there a way to run a Google App Engine development appserver instance on Travis-CI, and then test that app with PhantomJS/CasperJS?

One would not necessarily expect this to be a tremendously challenging thing, but I would be grateful for any relevant document, thoughts and suggestions.

like image 976
Brian M. Hunt Avatar asked Nov 22 '25 01:11

Brian M. Hunt


1 Answers

This was discussed on Travis Github/issues, and in any case my solution has been to add this to .travis.yml:

before_script:
- wget https://googleappengine.googlecode.com/files/google_appengine_1.8.9.zip -nv
- unzip -q google_appengine_1.8.9.zip

I hope this helps.

like image 150
Brian M. Hunt Avatar answered Nov 24 '25 02:11

Brian M. Hunt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!