mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-25 02:57:09 +00:00
Updated Creating a plugin (markdown)
parent
229475c0de
commit
5a759da01e
1 changed files with 3 additions and 3 deletions
|
|
@ -172,9 +172,9 @@ Etherpad allows you to easily create front-end tests for plugins.
|
|||
|
||||
### Tip to ease your life
|
||||
|
||||
Move all the files from %etherpad_root_folder%/tests/frontend/specs folder elsewhere.
|
||||
Do the same for the plugins that have a test file in their %your_plugin%/static/tests/frontend/specs folder (after the step before, just run the test to see what plugins have one).
|
||||
That way, the time you do the tests on your front-end test, you will only have your that runs.
|
||||
Move all the files from %etherpad_root_folder%/tests/frontend/specs folder elsewhere.<br>
|
||||
Do the same for the plugins that have a test file in their %your_plugin%/static/tests/frontend/specs folder (after the step before, just run the test to see what plugins have one).<br>
|
||||
That way, the time you do the tests on your front-end test, you will only have your that runs.<br>
|
||||
Once your test is good, don't forget to put back all the files.
|
||||
|
||||
## Publishing your plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue