Skip to content

Commit af6898b

Browse files
authored
Update JenkinsFile
1 parent ba5a692 commit af6898b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JenkinsFile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pipeline {
1616
stage('Run Playwright Tests') {
1717
steps {
1818
// Run Playwright tests using npx
19-
sh 'npm install -g'
2019
sh 'npx playwright install'
2120
sh 'npx playwright test --grep PlaywrightWithJenkins' // You can specify browsers or configurations
2221
}

0 commit comments

Comments
 (0)