Etherpad plugin to allow tests for line attributes on the core code of Etherpad.
This plugin does nothing on production environment, it is supposed to be used only to run tests related to line attributes on Etherpad core code!!
Install from the Etherpad admin UI (Admin → Manage Plugins,
search for ep_test_line_attrib and click Install), or from the Etherpad
root directory:
pnpm run plugins install ep_test_line_attrib
⚠️ Don't runnpm i/npm installyourself from the Etherpad source tree — Etherpad tracks installed plugins through its own plugin-manager, and hand-editingpackage.jsoncan leave the server unable to start.
After installing, restart Etherpad.