YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Provide an override for the auto-window maximization in executeTest #196

Closed cschwebk closed 10 years ago

cschwebk commented 10 years ago

I have a use case where I want to run the same test with multiple window sizes to test my responsive design. I have created my own controller which successfully sets the window to the size I want, but when I call executeTest the window is maximized before the test is executed. Please provide a parameter to executeTest with which I can override this behavior. Thanks!

pranavparikh commented 10 years ago

PR 205 is merged.