Skip to content

Commit bfbdf2e

Browse files
content-botxsoar-botRosenbergYehuda
authored andcommitted
[Marketplace Contribution] Content Testing - Content Pack Update (#29520)
* [Marketplace Contribution] Content Testing - Content Pack Update (#29516) * "contribution update to pack "Content Testing"" * validations fix --------- Co-authored-by: Yehuda <[email protected]> * fix RN * fix RN#2 * fix Rn#3 * test * test * test * add comment --------- Co-authored-by: xsoar-bot <[email protected]> Co-authored-by: Yehuda <[email protected]>
1 parent b860f82 commit bfbdf2e

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

Packs/ContentTesting/.pack-ignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ ignore=BA110
77
[file:playbook-MockSubplaybook.yml]
88
ignore=BA110
99

10+
[known_words]
11+
Avg

Packs/ContentTesting/Layouts/layoutscontainer-UnitTestLayout.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
"minH": 1,
737737
"moved": false,
738738
"name": "Task Average Duration (ms)",
739-
"query": "a21f363f-7ba8-4874-8ba0-81c069234bf5",
739+
"query": "UnitTestPBATaskAvg",
740740
"queryType": "script",
741741
"static": false,
742742
"type": "dynamic",
@@ -753,7 +753,7 @@
753753
"minH": 1,
754754
"moved": false,
755755
"name": "Task Maximum Duration (ms)",
756-
"query": "c5b23735-0954-4713-8c4b-50bfe46b24a0",
756+
"query": "UnitTestPBATaskMax",
757757
"queryType": "script",
758758
"static": false,
759759
"type": "dynamic",
@@ -796,7 +796,7 @@
796796
"minH": 1,
797797
"moved": false,
798798
"name": "Task Statistics ",
799-
"query": "3c4e931d-4c4b-4398-887c-88dacc4a7682",
799+
"query": "UnitTestPBAStats",
800800
"queryType": "script",
801801
"static": false,
802802
"type": "dynamic",
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
#### Layouts
3+
4+
##### UnitTestLayout
5+
6+
- Improved layout by changing query references to script names from script IDs, for: Task Avg, Task Max, and Task Stats sections.
7+
8+
<!--
9+
#### Scripts
10+
11+
##### UnitTestPBAStats
12+
- Minor change. Not necessary to document in release notes.
13+
-->

Packs/ContentTesting/Scripts/UnitTestPBAStats/UnitTestPBAStats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commonfields:
44
contentitemexportablefields:
55
contentitemfields:
66
fromServerVersion: ""
7-
comment: ''
7+
comment: Playbook statistics.
88
dockerimage: demisto/python3:3.10.13.72123
99
enabled: true
1010
name: UnitTestPBAStats

Packs/ContentTesting/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Content Testing",
33
"description": "Supports assessment of upgraded Marketplace content packs against custom content and enables content testing within XSOAR. Dynamically select and test automations, playbooks, and sub-playbooks as required prior to push to production. Create a \"UnitTesting\" incident type and review the \"Help\" tab in the layout for description of the tools available and the examples using the testing tools.",
44
"support": "community",
5-
"currentVersion": "2.1.0",
5+
"currentVersion": "2.1.1",
66
"author": "rurhrlaub",
77
"url": "",
88
"email": "",

0 commit comments

Comments
 (0)