You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXUI-4306 add Playwright tag filters and Jenkins worker controls (#5007)
* test: add Playwright tag filters and Jenkins worker controls
* test: add Playwright tag filters and Jenkins worker controls
* test: fix Playwright new-test tag filters and Jenkins params
description: 'Optional comma/space separated Playwright service tags to include for API tests, for example @svc-ccd,@svc-work-allocation'
16
+
description: 'Optional comma/space separated Playwright API tags to include, for example @svc-ccd,@svc-work-allocation or @svc-auth @svc-cors'
17
17
),
18
18
string(
19
19
name: 'API_PW_EXCLUDED_TAGS_OVERRIDE',
20
20
defaultValue: '',
21
-
description: 'Optional comma/space separated Playwright service tags to exclude; when set this overrides playwright_tests_new/api/service-tag-filter.json'
21
+
description: 'Optional comma/space separated Playwright API tags to exclude; overrides playwright_tests_new/api/service-tag-filter.json. Examples: @svc-work-allocation, @svc-auth @svc-cors, @none to clear repo defaults'
22
+
),
23
+
string(
24
+
name: 'E2E_PW_INCLUDE_TAGS',
25
+
defaultValue: '',
26
+
description: 'Optional comma/space separated Playwright E2E tags to include, for example @e2e-search-case or @e2e-search-case @e2e-update-case'
27
+
),
28
+
string(
29
+
name: 'E2E_PW_EXCLUDED_TAGS_OVERRIDE',
30
+
defaultValue: '',
31
+
description: 'Optional comma/space separated Playwright E2E tags to exclude; overrides playwright_tests_new/E2E/tag-filter.json. Examples: @e2e-manage-tasks, @e2e-document-upload @e2e-case-flags, @none to clear repo defaults'
32
+
),
33
+
string(
34
+
name: 'INTEGRATION_PW_INCLUDE_TAGS',
35
+
defaultValue: '',
36
+
description: 'Optional comma/space separated Playwright integration tags to include, for example @integration-search-case or @integration-search-case @integration-create-case'
37
+
),
38
+
string(
39
+
name: 'INTEGRATION_PW_EXCLUDED_TAGS_OVERRIDE',
40
+
defaultValue: '',
41
+
description: 'Optional comma/space separated Playwright integration tags to exclude; overrides playwright_tests_new/integration/tag-filter.json. Examples: @integration-manage-tasks, @integration-case-list @integration-welsh-language, @none to clear repo defaults'
0 commit comments