
If you google for 'Continuous Deployment AppEngine you will see that there is not much information about it. Since we needed this for our Continuous Integration process we figured out how to get it going on a windows machine with NAnt.
27 april 2012

If you google for 'Continuous Deployment AppEngine you will see that there is not much information about it. Since we needed this for our Continuous Integration process we figured out how to get it going on a windows machine with NAnt.
20 april 2012
Since the last post about how to hook your Play Framework (1.2.4) project in Teamcity we have been happy coding away in our project. We even created some Selenium tests . But we quickly found out that Selenium tests are a different cup of tea.
Problem: Selenium (via Play) does not generate test result metadata (xml) files to send to TeamCity.
16 januari 2012

At Q42 we use TeamCity for our Continuous Integration. When working on a project created with the Play Framework we found out that it does not play well with Team City out of the box. Since there seems to be little information about this topic we will walk you through it.