Skip to content

Commit 1600f8c

Browse files
committed
update dev docs
1 parent ca15633 commit 1600f8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/development_environment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ You can then edit the source code located at `gui/fi-sci/apps/neurosift`, and th
6060

6161
### Testing the view plugins
6262

63-
Navigate to `http://localhost:4200?p=/tests` to see a table of tests for many of the view plugins.
63+
Navigate to `http://localhost:4200?p=/tests` to see a table of tests for many of the view plugins. If you make changes to view plugins, you can compare the results of the tests with the expected results at `https://neurosift.app/?p=/tests`. If you add new view plugins, it is recommended to add new tests for them.
64+
65+
We also have the beginnings of an automated test suite using [puppeteer](https://pptr.dev/) (WIP).
6466

6567
### Improving or adding visualizations
6668

0 commit comments

Comments
 (0)