Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 19a7b9d9f0ceff5017fca82c09e0d7d6dbe56b4c https://github.com/xwiki-contrib/cristal/commit/19a7b9d9f0ceff5017fca82c09e0... Author: Manuel Leduc <manuel.leduc@xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M Jenkinsfile M web/package.json M web/playwright.config.ts Log Message: ----------- [Misc] Serve the prebuilt web application in the CI E2E tests * Add a `serve` script to `web` that only starts the static server, and express `start` as `build && serve`. * Make the Playwright web server use `serve` when CRISTAL_E2E_PREBUILT is set, and raise the startup timeout to 300s on the building path, which takes over a minute and so exceeded the 60s default. * Set CRISTAL_E2E_PREBUILT in the Jenkinsfile E2E Tests stage, where the Build stage has already built the application. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications