mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
commit
0bd86f1fe3
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ Etherpad allows you to easily create front-end tests for plugins.
|
||||||
|
|
||||||
1. Create a new folder
|
1. Create a new folder
|
||||||
```
|
```
|
||||||
%your_plugin%/static/tests/frontend
|
%your_plugin%/static/tests/frontend/specs
|
||||||
```
|
```
|
||||||
2. Put your spec file in here (Example spec files are visible in %etherpad_root_folder%/frontend/tests)
|
2. Put your spec file in here (Example spec files are visible in %etherpad_root_folder%/frontend/tests/specs)
|
||||||
|
|
||||||
3. Visit http://yourserver.com/frontend/tests your front-end tests will run.
|
3. Visit http://yourserver.com/frontend/tests your front-end tests will run.
|
||||||
|
|
Loading…
Reference in a new issue