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 1b26740 commit f38e5cbCopy full SHA for f38e5cb
JenkinsFile
@@ -21,6 +21,7 @@ pipeline {
21
stage('Run Playwright Tests') {
22
steps {
23
// Run Playwright tests using npx
24
+ sh 'npx playwright install'
25
sh 'npx playwright test --grep PlaywrightWithJenkins' // You can specify browsers or configurations
26
}
27
0 commit comments