We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917f227 commit 725539dCopy full SHA for 725539d
JenkinsFile
@@ -21,7 +21,7 @@ pipeline {
21
stage('Run Playwright Tests') {
22
steps {
23
// Run Playwright tests using npx
24
- sh 'npx playwright test --grep @PlaywrightWithJenkins' // You can specify browsers or configurations
+ sh 'npx playwright test --grep PlaywrightWithJenkins' // You can specify browsers or configurations
25
}
26
27
stage('Cleanup') {
0 commit comments