Thanks Edward, I will keep that in mind for the future. Meanwhile I made changes today that got it to pass.
On Thu, Dec 16, 2021 at 4:21 PM Edward Stangler <estang...@bradmark.com> wrote: > > If you have Windows and Firefox installed, then just download and > extract geckodriver-v0.30.0-win64.zip: > > https://github.com/mozilla/geckodriver/releases > > and do this (in your build+test environment): > > set GECKODRIVER_HOME=c:\geckodriver-v0.30.0-win64\geckodriver.exe > ant mxtests-run-js > > (ant basictest-run-js passes) > > Buried in the output is: > > TypeError: panelView.contentArea is undefined > > > > On 12/15/2021 2:03 PM, Greg Dove wrote: > > I will have to come back to that, it is something I consider to be not an > > easy setup, so need to figure it out. > > > > > > On Thu, Dec 16, 2021 at 8:48 AM Greg Dove wrote: > > > >> Ok, so I just did > >> ant runmxtests > >> and it ran the swf tests, they passed. > >> So it looks like this is failing in js tests. I need to figure out how > to > >> run those... > >