aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2023-06-16 06:19:48 +0000
committerMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2023-06-16 06:19:48 +0000
commit91bd2c3e86f5fdaa5740ca536909ccd12f44b10e (patch)
tree9646026525934c02521b26b4de66f816c54b202b /Makefile
parent94abf115a32671423c2ea0a8e37c83cecf1ff6e6 (diff)
Add playwright tests, refs #2635
Merge request studip/studip!1790
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00e34c1..119cef2 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,9 @@ test-functional: $(CODECEPT)
test-jsonapi: $(CODECEPT)
$(CODECEPT) run jsonapi
+test-e2e: npm
+ npx playwright test
+
test-unit: $(CODECEPT)
$(CODECEPT) run unit