V14 QA new E2E test pipeline (#17064)
* Added E2E pipeline * Set up CI with Azure Pipelines [skip ci] * Update nightly-E2E-test-pipelines.yml for Azure Pipelines * Updated solution file * Added fetch depth * Update nightly-E2E-test-pipelines.yml for Azure Pipelines * Added a step for installing wait-on * Added runSqlServerE2ETests * Update nightly-E2E-test-pipelines.yml for Azure Pipelines * Update nightly-E2E-test-pipelines.yml for Azure Pipelines * Updated pipeline so we only run smoke * Update nightly-E2E-test-pipelines.yml for Azure Pipelines * Update nightly-E2E-test-pipelines.yml for Azure Pipelines * Removed pipeline
This commit is contained in:
@@ -517,10 +517,7 @@ stages:
|
||||
workingDirectory: tests/Umbraco.Tests.AcceptanceTest
|
||||
|
||||
# Test
|
||||
- ${{ if eq(parameters.isNightly, true) }}:
|
||||
pwsh: npm run test --ignore-certificate-errors
|
||||
${{ else }}:
|
||||
pwsh: npm run smokeTest --ignore-certificate-errors
|
||||
- pwsh: npm run smokeTest --ignore-certificate-errors
|
||||
displayName: Run Playwright tests
|
||||
continueOnError: true
|
||||
workingDirectory: tests/Umbraco.Tests.AcceptanceTest
|
||||
@@ -660,10 +657,7 @@ stages:
|
||||
workingDirectory: tests/Umbraco.Tests.AcceptanceTest
|
||||
|
||||
# Test
|
||||
- ${{ if eq(parameters.isNightly, true) }}:
|
||||
pwsh: npm run test --ignore-certificate-errors
|
||||
${{ else }}:
|
||||
pwsh: npm run smokeTest --ignore-certificate-errors
|
||||
- pwsh: npm run smokeTest --ignore-certificate-errors
|
||||
displayName: Run Playwright tests
|
||||
continueOnError: true
|
||||
workingDirectory: tests/Umbraco.Tests.AcceptanceTest
|
||||
|
||||
Reference in New Issue
Block a user