fix: Jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -6,6 +6,12 @@ pipeline {
|
||||
sh 'npm ci'
|
||||
}
|
||||
}
|
||||
stage('Start Webserver') {
|
||||
steps {
|
||||
sh 'nohup npm run dev &'
|
||||
sleep(time: 20, unit: 'SECONDS') // Wartezeit für Server-Start
|
||||
}
|
||||
}
|
||||
stage('Run Playwright tests') {
|
||||
steps {
|
||||
sh 'npx playwright install'
|
||||
|
||||
Reference in New Issue
Block a user