在Travis-CI上运行Google App Engine并使用PhantomJS进行测试

Bri*_*unt 3 google-app-engine phantomjs travis-ci casperjs

有没有办法在Travis-CI上运行Google App Engine 开发应用服务器实例,然后使用PhantomJS/CasperJS测试该应用?

人们不一定认为这是一个极具挑战性的事情,但我会对任何相关的文件,想法和建议表示感谢.

Bri*_*unt 7

这是在Travis Github上讨论的问题,无论如何我的解决方案是将其添加到.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
Run Code Online (Sandbox Code Playgroud)

我希望这有帮助.