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 ba5a692 commit af6898bCopy full SHA for af6898b
JenkinsFile
@@ -16,7 +16,6 @@ pipeline {
16
stage('Run Playwright Tests') {
17
steps {
18
// Run Playwright tests using npx
19
- sh 'npm install -g'
20
sh 'npx playwright install'
21
sh 'npx playwright test --grep PlaywrightWithJenkins' // You can specify browsers or configurations
22
}
0 commit comments