Skip to main content

Search and Top Navigation

#8954 closed feature (worksforme)

Opened January 11, 2013 12:07PM UTC

Closed September 16, 2013 07:10PM UTC

Build: Test grunt-contrib-qunit task with local server

Reported by: jzaefferer Owned by:
Priority: minor Milestone: git
Component: [meta] ui.build Version: git (not yet released)
Keywords: Cc:
Blocked by: Blocking:
Description

We're currently loading files into PhantomJS from the filesystem. I suspect that some testsuites might fail due to that, and could work (better) when loading from a webserver. The plugin itself (https://github.com/gruntjs/grunt-contrib-qunit) actually does that. We should give it a try on our currently failing, therefore disabled, testsuites.

Attachments (0)
Change History (4)

Changed January 11, 2013 12:08PM UTC by jzaefferer comment:1

milestone: 1.10.0git

Changed January 11, 2013 12:08PM UTC by jzaefferer comment:2

status: newopen

Changed January 31, 2013 02:38PM UTC by scottgonzalez comment:3

type: bugfeature

Changed September 16, 2013 07:10PM UTC by jzaefferer comment:4

resolution: → worksforme
status: openclosed

We tested this and came to the conclusion that using the server for serving files to phantomjs doesn't address any of the issues we're having, while it adds complexity. So we're not adding that.