Skip to content

Commit 725539d

Browse files
authored
Update JenkinsFile
1 parent 917f227 commit 725539d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
stage('Run Playwright Tests') {
2222
steps {
2323
// Run Playwright tests using npx
24-
sh 'npx playwright test --grep @PlaywrightWithJenkins' // You can specify browsers or configurations
24+
sh 'npx playwright test --grep PlaywrightWithJenkins' // You can specify browsers or configurations
2525
}
2626
}
2727
stage('Cleanup') {

0 commit comments

Comments
 (0)