You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/development.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Shut down your dev instance of Lute if it's running, and then run
63
63
inv full
64
64
```
65
65
66
-
to do a full pylint, test, and acceptance test run. This should complete without errors, as lute master and develop branch are always kept passing in CI.
66
+
to do a full pylint, test, acceptance, and playwright test run. This should complete without errors, as lute master and develop branch are always kept passing in CI.
67
67
68
68
# Development
69
69
@@ -88,6 +88,7 @@ Some useful tasks:
88
88
| inv start | start the app on a development Flask server in dev/debug mode |
89
89
| inv lint | lint |
90
90
| inv accept | start a running instance of the app server if needed, and run acceptance tests |
91
+
| inv playwright | start a running instance of the app server if needed, and run playwright tests |
0 commit comments