Re: [Development] QML testing

2014-03-04 Thread Alan Alpert
On Mon, Mar 3, 2014 at 3:39 PM, Joshua Kolden wrote: > Sorry, one other thing. It would also be great if the qml test framework > could understand javascript .map files so as to point to the correct source > file lines. > (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) Yo

Re: [Development] QML testing

2014-03-03 Thread Joshua Kolden
Sorry, one other thing. It would also be great if the qml test framework could understand javascript .map files so as to point to the correct source file lines. (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) On Mar 3, 2014, at 3:34 PM, Joshua Kolden wrote: > I’ve done a

[Development] QML testing

2014-03-03 Thread Joshua Kolden
I’ve done a buch of work with TDD and qml now, and built a very nice test framework in coffeescript with “before each” “after each”; nice spec style ‘it “has a feature”`, signal handling, color coded output the whole bit. There are, however, two remaining big frustrations that make continuous t