Nightly E2E test pipeline: QA Run E2E tests on v17/dev and enable the different setting app tests by default (#20379)
Update yaml file to run the nightly E2E tests against the v17/dev branch and run different app settings tests by default
This commit is contained in:
@@ -10,6 +10,7 @@ schedules:
|
|||||||
include:
|
include:
|
||||||
- v15/dev
|
- v15/dev
|
||||||
- main
|
- main
|
||||||
|
- v17/dev
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- name: skipIntegrationTests
|
- name: skipIntegrationTests
|
||||||
@@ -20,7 +21,7 @@ parameters:
|
|||||||
- name: differentAppSettingsAcceptanceTests
|
- name: differentAppSettingsAcceptanceTests
|
||||||
displayName: Run acceptance tests with different app settings
|
displayName: Run acceptance tests with different app settings
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
|
|
||||||
- name: skipDefaultConfigAcceptanceTests
|
- name: skipDefaultConfigAcceptanceTests
|
||||||
displayName: Skip tests with DefaultConfig
|
displayName: Skip tests with DefaultConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user