Skip to content
Snippets Groups Projects

Integrate playwright into gitlab ci pipeline

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -294,7 +294,7 @@ test-e2e:
- *initialize-studip-database
- npm install playwright
- npm ci
- npx playwright install --with-deps --grep-invert a11y
- npx playwright install --with-deps
script:
- php -S $PHP_WEBSERVER_URL -t public &
- PHP_SERVER_PID=$!
Loading