You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This restores the first half of the Cookbook that Jörn originally
wrote on the original qunitjs.com website. We removed this during the
redesign in 2020, but we hadn't found a new place for everything.
qunitjs/qunitjs.com#151https://github.com/qunitjs/qunitjs.com/blob/v2.10.2/pages/cookbook.html
* Update config doc pages to reflect whether something is part of
Browser Runner (active in any browser environment), or the
HTML Reporter. These have been separated now per
#1118, as QUnit.reporters.html,
and deals purely with what happens inside the optional `div[id=qunit]`
element.
* Move browser-related content from intro.md to the new browser.md.
We should probably do the same for Node.js/CLI as well, and focus
this only on env-agnostic getting started. This would be easier
if the example use export/import ESM instead of having to assume
either module.exports (Node.js) or globals (browser).
Co-authored-by: Jörn Zaefferer <joern.zaefferer@gmail.com>
Fixes#1748.
Fixes#1747.
This restores the first half of the Cookbook that Jörn originally
wrote on the original qunitjs.com website. We removed this during the
redesign in 2020, but we hadn't found a new place for everything.
qunitjs/qunitjs.com#151https://github.com/qunitjs/qunitjs.com/blob/v2.10.2/pages/cookbook.html
* Update config doc pages to reflect whether something is part of
Browser Runner (active in any browser environment), or the
HTML Reporter. These have been separated now per
#1118, as QUnit.reporters.html,
and deals purely with what happens inside the optional `div[id=qunit]`
element.
* Move browser-related content from intro.md to the new browser.md.
We should probably do the same for Node.js/CLI as well, and focus
this only on env-agnostic getting started. This would be easier
if the example use export/import ESM instead of having to assume
either module.exports (Node.js) or globals (browser).
Fixes#1748.
Fixes#1747.
Co-authored-by: Jörn Zaefferer <joern.zaefferer@gmail.com>
There is a getting started guide that covers the basics for the Node and Browser use cases.
In qunitjs/qunitjs.com@0a70d75, I've added a dedicated page for the QUnit CLI with Node.
This ticket is to create a similar page for the Browser runner as well.
It could cover:
The text was updated successfully, but these errors were encountered: