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 /.gitignore | |
| parent | 94abf115a32671423c2ea0a8e37c83cecf1ff6e6 (diff) | |
Add playwright tests, refs #2635
Merge request studip/studip!1790
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,7 @@ *~ +.env + .webpack.* composer node_modules @@ -40,6 +42,9 @@ tests/_helpers/TestGuy.php tests/_helpers/WebGuy.php tests/_helpers/_generated tests/_output/ +tests/e2e/.auth +tests/e2e/test-results/* +playwright-report/* .idea /config/oauth2/*.key |
