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
We have an extension to change the way the versions are sorted and we will have a new one to handle latest/next version alias used by the DocSearch client in the theme (#520
Currently, we test the extensions "by hand" or by checking the preview running the "test sources content" #545
We could introduce unit tests to finely check the extension behavior.
Tasks
check the Antora documentation site and Zulip Chat for guidance about how to test Antora extensions
choose a test framework
decide if we keep "function" flavor or move to "class" flavor for the Antora Exension: it may be easier to test one form over the other
Bonus: check if the extension can be written using ESM style instead of CommonJS
The text was updated successfully, but these errors were encountered:
We have an extension to change the way the versions are sorted and we will have a new one to handle latest/next version alias used by the DocSearch client in the theme (#520
Currently, we test the extensions "by hand" or by checking the preview running the "test sources content" #545
We could introduce unit tests to finely check the extension behavior.
Tasks
The text was updated successfully, but these errors were encountered: