On Fri, Mar 26, 2010 at 9:05 AM, Carsten Schlipf <[email protected]> wrote: > Basically the tests are running. But as the message shows, it cannot > find the UI to test. How is the UI under test launched? I saw that for > Ant you have to compile a module containing the UI, which is loaded by > a FlexMonkeyLauncher application. > > How is the UI that is to be tested launched with Maven and Flex > Monkey? Do I have to launch it from within the Unit Test?
I got FlexMonkey tests working with Flexmojos 2.0.3 and Flex SDK 3.2 a long time ago, so my memory is fuzzy. The thing I seem to remember, is that I think FlexMonkey requires a modified TestRunner. I think I had to create a custom TestRunner to launch the tests. I would get the sample FlexMonkeyCodeGen project that uses ant, get it working, then find out which pieces are different from the Flexmojos one. I'll be working on this in another month or so, but until then you'll have to poke around. Logan -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/ To unsubscribe from this group, send email to flex-mojos+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
