Skip to content

Commit f38e5cb

Browse files
authored
Update JenkinsFile
1 parent 1b26740 commit f38e5cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

JenkinsFile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pipeline {
2121
stage('Run Playwright Tests') {
2222
steps {
2323
// Run Playwright tests using npx
24+
sh 'npx playwright install'
2425
sh 'npx playwright test --grep PlaywrightWithJenkins' // You can specify browsers or configurations
2526
}
2627
}

0 commit comments

Comments
 (0)