diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2023-06-16 06:19:48 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2023-06-16 06:19:48 +0000 |
| commit | 91bd2c3e86f5fdaa5740ca536909ccd12f44b10e (patch) | |
| tree | 9646026525934c02521b26b4de66f816c54b202b /Makefile | |
| parent | 94abf115a32671423c2ea0a8e37c83cecf1ff6e6 (diff) | |
Add playwright tests, refs #2635
Merge request studip/studip!1790
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
