Hi,

Yes, you can run your tests on the GAE server itself and it's very
useful to dig out the last errors that the run on the dev server
didn't show. It saved me days.

For that, you have to write you own Junit TesRunner as as servlet: you
can start simply by using the TextRunner of Junit and then get more
sophisticated if you want to embed your tests in a nice UI like GWT.

Let me know if you need more info.

regards

didier

On Mar 31, 5:28 pm, Eliot Stock <1...@eliotstock.com> wrote:
> Is there a standard way to do this or do I have to write a servlet or
> something? If I have to write something, how am I going to get the log
> output from the tests onto the UI or the logs in the dashboard?
>
> Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to