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
I recently started working on a custom module for Odoo 18.0. And while attempting to create unit tests for my Javascript files by following the testing guide, I realized that the documentation is out of date and doesn't match at all the test runner served on /web/test.
Basically I noticed that the documentatin still describes QUnit, while this version of Odoo (18.0) uses the new Hoot framework.
The only mention of the Hoot framework I found was from this talk.
So when would documentation for Hoot be coming for Odoo's docs, and is QUnit still usable on 18.0?