Updated Creating a plugin (markdown)

quenenni 2013-04-06 13:30:14 -07:00
parent 229475c0de
commit 5a759da01e

@ -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