Thomas Thomassen

Results 573 comments of Thomas Thomassen

Hm... I'm not sure. I've not setup any tests for HtmlDialog callbacks or timers. TestUp is just a wrapper on top of Minitest, and I don't think Minitest (or any...

I asked around internally, we use Squish for UI test automation.

Yes, I second and third this. I've also wanted to persist the checked state of the tests between sessions.

Yea, I'm not sure what is going on. I suspect there is some oddness with the webdialog that interfere... It consistently crash with not run from within TestUp.

Do you have a reference to the docs for TextWrangler on how command line arguments are invoked for this application?

So specifying `edit --separate-windows` as the editor in TestUp preferences doesn't work? I don't see any reason for why `#{arguments}` should fail - unless you didn't have the correct formatting...

So if you hard coded `edit --separate-windows` in the RB file, why not just type in `edit --separate-windows` in the Application text box in Preferences?

(P.S. it's easier to read chunks of code if you mark them up as code blocks)

Ah, so maybe the quotes needs to be specified in the Preference dialog so there is enough flexibility.

I have been thinking of a dropdown list of editor names where the command lines has been set up in advance.