On Thu, Jun 4, 2009 at 7:51 AM, PeZ<[email protected]> wrote: > I'd like to integrate my FlexMonkey UI tests in Flex mojos. The > problem is I haven't found any documentation/how-to that work with the > lastest FlexMonkey (8.0) & FlexMojo releases (3.2.0). > > I don't need a step by step tutorial but just some guidelines because
We just got FlexMonkey 0.8a running in our build. I mostly followed the instructions here: http://flex-mojos.info/2008/11/20/the-return-of-automated-ui-tests/ We already have FlexUnit tests running in our build, and as I recall, it went pretty smooth. I think we added FlexUnitTests.as and MonkeyContacts.mxml to src/test/flex and FlexMonkeyEnv.xml to src/test/resources, put the appropriate automation libs in the pom (we already had a working automation build, but we did have to tweak it a bit) and it pretty much just worked. Give it a try and see what happens, let us know if you have problems. 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
