Closed ArchCodeMonkey closed 9 years ago
Thanks for the detailed bug report @ArchCodeMonkey.
Your suggestion of modifying the default fileNamer
function to chomp everything after the query sounds sensible and should be fairly trivial to address over the weekend.
Since updating I've been getting the error:
If I remove the noGlobals option from the qunit task then the report file is written successfully.
I believe it is failing because the default for
option.fileNamer
uses the regex/\.html$/
and this does not account for the query string after the file name. I was able to use the fileNamer option to remove the extra text and successfully write the report file.