chore(documentation) small improvements

This commit is contained in:
Peter
2023-11-14 11:07:34 +01:00
parent 0d9ac928ff
commit 3dad5fe9fa
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ Development of the library is done against `src/routes/examples`. Feel free to a
## Adding new E2E implementation
E2E testing is done against the flows implemented in `src/generic-tests`. Adding a new configuration file automatically adds a new route under http://localhost:5173/tests/generic/$foldername/$filename. For further documentation visit [`xyflow/tests/playwright`](/tests/playwright).
E2E testing is done against the flows implemented in `src/generic-tests`. Adding a new configuration file automatically adds a new route under [`http://localhost:5173/tests/generic/$foldername/$filename`](http://localhost:5173/tests/generic/nodes/general). For further documentation visit [`xyflow/tests/playwright`](/tests/playwright).