manuelbernhardt / tm

Oxiras Test Management Suite
http://www.oxiras.com
1 stars 0 forks source link

Look into TeamCity as a CI server #111

Open manuelbernhardt opened 13 years ago

manuelbernhardt commented 13 years ago

JetBrain's TeamCity seems to be a nice alternative to Jenkins and it probably also has good integration with IDEA.

Can you start looking at it and how it is installed, there is a blog post at http://www.janthomae.de/blog/2010/11/how-to-test-your-play-project-in-teamcity.html which seems to describe the process of testing a play project with it. Probably installing TeamCity on your computer to see how it is set-up on Debian could be a good thing, since if it runs fine we could just use that as a CI server right away.

manuelbernhardt commented 13 years ago

I am testing the build script above, which runs out of memory.

To start it use

ant test

after exporting

export ANT_OPTS="-Xms256m -Xmx1024m -XX:MaxPermSize=120m"
manuelbernhardt commented 13 years ago

ok we have a blocker. waitForElementPresentdoes not work because of HTMLUnit.

see http://groups.google.com/group/play-framework/browse_thread/thread/d8364d5fd1a41d4f/9e97aebcd6f381f6?lnk=gst&q=waitForElementPresent#9e97aebcd6f381f6

one way would perhaps to use an alternative browser, see http://play.lighthouseapp.com/projects/57987-play-framework/tickets/545-play-autotest-in-webbrowser

however a newer version of HTMLUnit may solve the issue, more investigation regarding HTMLUnit + waitForElementPresent is required