qunit-composite icon indicating copy to clipboard operation
qunit-composite copied to clipboard

Core: Propagate URL query key-value pairs present in QUnit.config.urlCon...

Open cezarykluczynski opened this issue 9 years ago • 2 comments

Core: Propagate URL query key-value pairs present in QUnit.config.urlConfig to suites.

What this commit do was done separatelly before, for example in jQuery UI Test Suite: https://raw.githubusercontent.com/jquery/jquery-ui/6df127a0b591d2a1437361f9cb6f3524a7b2e111/tests/unit/all.html

I think this should be the default way of handling top frame query string. I can't think of any scenario where this wouldn't be the desired behaviour.

cezarykluczynski avatar Jul 09 '14 19:07 cezarykluczynski

I like the idea.

@scottgonzalez Can you take a peek and compare this to what jQuery UI is currently doing and/or needs? Thanks!

JamesMGreene avatar Apr 09 '15 03:04 JamesMGreene

I think this can be dramatically reduced, and it should probably have accompanying tests.

scottgonzalez avatar Apr 09 '15 15:04 scottgonzalez