V15 QA add parallelization of e2e tests (#17691)

* Tries parallelizing the E2E tests

* Updated variable

* Updated SqlServer

* Updated playwright config

* Bumped to use 3 shards

* Implemented shards on nightly pipeline

* Fixed indentation

* Added a smokeTest

* Updated test to run

* Added test command

* Update Templates.spec.ts
This commit is contained in:
Andreas Zerbst
2024-12-02 14:48:15 +01:00
committed by GitHub
parent 01a19b8a9f
commit 303758d1b2
3 changed files with 83 additions and 30 deletions

View File

@@ -47,6 +47,7 @@ export default defineConfig({
use: {
...devices['Desktop Chrome'],
// Use prepared auth state.
ignoreHTTPSErrors: true,
storageState: STORAGE_STATE,
},
},