Skip to content

Commit f1d9276

Browse files
authored
Update azure-devops-pipeline.yml
1 parent a7cccd2 commit f1d9276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-devops-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ steps:
1616
- script: npx playwright install --with-deps
1717
displayName: 'Install Playwright browsers'
1818

19-
- script: npx playwright test
20-
displayName: 'Run Playwright tests --grep PlaywrightWithAzureDevOpsPipeline'
19+
- script: npx playwright test --grep PlaywrightWithAzureDevOpsPipeline
20+
displayName: 'Run Playwright tests'
2121
env:
2222
CI: 'true'
2323

@@ -37,4 +37,4 @@ steps:
3737
targetPath: playwright-report
3838
artifact: playwright-report
3939
publishLocation: 'pipeline'
40-
condition: succeededOrFailed()
40+
condition: succeededOrFailed()

0 commit comments

Comments
 (0)