Skip to content
Snippets Groups Projects

Integrate playwright into gitlab ci pipeline

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -292,6 +292,7 @@ test-e2e:
@@ -292,6 +292,7 @@ test-e2e:
- php -r "unlink('composer-setup.php');"
- php -r "unlink('composer-setup.php');"
- *mkdir-reports
- *mkdir-reports
- *initialize-studip-database
- *initialize-studip-database
 
- ./cli/studip config:set SHOW_TERMS_ON_FIRST_LOGIN 0
- npm install playwright
- npm install playwright
- npm ci
- npm ci
- npx playwright install --with-deps
- npx playwright install --with-deps
Loading