test:
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -3,13 +3,13 @@ pipeline {
|
||||
stages {
|
||||
stage('Install dependencies') {
|
||||
steps {
|
||||
bat 'npm ci'
|
||||
sh 'npm ci'
|
||||
}
|
||||
}
|
||||
stage('Run Playwright tests') {
|
||||
steps {
|
||||
bat 'npx playwright install'
|
||||
bat 'npx playwright test'
|
||||
sh 'npx playwright install'
|
||||
sh 'npx playwright test'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user