"when you run 'ant checkintests' it run mustella tests on both swf and js automatically and uses Selenium"
This sounds great (and very much like something I should be doing!, although I didn't really touch any of the visual stuff yet I think) I will check it out. On Wed, Sep 28, 2016 at 4:05 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 9/27/16, 2:01 AM, "Greg Dove" <greg.d...@gmail.com> wrote: > > > >There are not really many automated tests for the framework builds. These > >are the flexunit tests you're talking about, right? > > > >I added one for BinaryData when I worked on it, but this only runs in swf > >for the build, I had manually run the same tests against js. > > > >What I struggled with so far was unit-testing across swf and js at the > >same > >time as I worked on things. > > FWIW, when you run 'ant checkintests' it run mustella tests on both swf > and js automatically and uses Selenium to control the browser for JS. > Maybe some of that can be repurposed for running FlexUnit tests in JS. > > Thanks for working on trying to get FlexUnit to run on both sides. > > -Alex > >