V15 QA Added tests for rendering content with member picker, multi url picker and media picker (#17717)

* Added test for rendering content with member picker value

* Added tests for rendering content with multiple media picker

* Added tests for rendering content with multi url picker

* Bumped version

* Updated tests for member picker

* Make all rendering content tests run in the pipeline

* Bumped version

* Fixed indentation

* Added clean for media

* Reverted

---------

Co-authored-by: Andreas Zerbst <73799582+andr317c@users.noreply.github.com>
Co-authored-by: Andreas Zerbst <andr317c@live.dk>
This commit is contained in:
Nhu Dinh
2024-12-10 17:55:27 +07:00
committed by GitHub
parent 6f081785e6
commit dc2dc090f0
6 changed files with 217 additions and 7 deletions

View File

@@ -493,7 +493,7 @@ stages:
matrix:
LinuxPart1Of3:
vmImage: "ubuntu-latest"
testCommand: 'npx playwright test DefaultConfig --grep "@smoke"--shard=1/3'
testCommand: 'npx playwright test DefaultConfig --grep "@smoke" --shard=1/3'
LinuxPart2Of3:
vmImage: "ubuntu-latest"
testCommand: 'npx playwright test DefaultConfig --grep "@smoke" --shard=2/3'