On Thu, Jun 21, 2012 at 11:44 AM, Bertrand Delacretaz <[email protected]> wrote: > If I wanted to run your tests in my Java environment, what's the > simplest way of getting the whole suite? Hack them out of > http://detector.dmolsen.com/ ?
Not all of the tests in my Google Doc [1] exist within Detector yet. I was simply using the doc to review what existed from a pre-built tests perspective. Anything marked K is from Modernizr so you could simply use the Modernizr build tool [2]. Anything marked N are new tests that I have to figure out how to integrate into Detector. Unfortunately, Ringmark uses QUnit (I believe) [3] for running its tests. That's way more involved than what I expect out of Detector. In those places where the test already exists in Detector/Modernizr but there is a corresponding test in Ringmark I hope to review and update accordingly. The Ringmark tests do exist in one file [4] if that helps you any. FWIW, I added a sheet to the doc that lists tests from both Modernizr & Ringmark that I don't expect to include in Detector but at least they're still available for reference. [1] https://docs.google.com/spreadsheet/ccc?key=0AntZUVoCEOyYdFRpUjZOWUZyaWxoSTlLLW1XVHVldHc [2] http://modernizr.com/download/ [3] http://docs.jquery.com/QUnit [4] https://github.com/facebook/rng.io/blob/master/dist/ringmark.js -- http://dmolsen.com
