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 a7cccd2 commit f1d9276Copy full SHA for f1d9276
azure-devops-pipeline.yml
@@ -16,8 +16,8 @@ steps:
16
- script: npx playwright install --with-deps
17
displayName: 'Install Playwright browsers'
18
19
-- script: npx playwright test
20
- displayName: 'Run Playwright tests --grep PlaywrightWithAzureDevOpsPipeline'
+- script: npx playwright test --grep PlaywrightWithAzureDevOpsPipeline
+ displayName: 'Run Playwright tests'
21
env:
22
CI: 'true'
23
@@ -37,4 +37,4 @@ steps:
37
targetPath: playwright-report
38
artifact: playwright-report
39
publishLocation: 'pipeline'
40
- condition: succeededOrFailed()
+ condition: succeededOrFailed()
0 commit comments