Skip to content

Commit

Permalink
[Marketplace Contribution] Content Testing - Content Pack Update (#29520
Browse files Browse the repository at this point in the history
)

* [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]>
  • Loading branch information
3 people authored and moishce committed Sep 14, 2023
1 parent 4894d78 commit 2440f10
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Packs/ContentTesting/.pack-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ignore=BA110
[file:playbook-MockSubplaybook.yml]
ignore=BA110

[known_words]
Avg
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
"minH": 1,
"moved": false,
"name": "Task Average Duration (ms)",
"query": "a21f363f-7ba8-4874-8ba0-81c069234bf5",
"query": "UnitTestPBATaskAvg",
"queryType": "script",
"static": false,
"type": "dynamic",
Expand All @@ -753,7 +753,7 @@
"minH": 1,
"moved": false,
"name": "Task Maximum Duration (ms)",
"query": "c5b23735-0954-4713-8c4b-50bfe46b24a0",
"query": "UnitTestPBATaskMax",
"queryType": "script",
"static": false,
"type": "dynamic",
Expand Down Expand Up @@ -796,7 +796,7 @@
"minH": 1,
"moved": false,
"name": "Task Statistics ",
"query": "3c4e931d-4c4b-4398-887c-88dacc4a7682",
"query": "UnitTestPBAStats",
"queryType": "script",
"static": false,
"type": "dynamic",
Expand Down
13 changes: 13 additions & 0 deletions Packs/ContentTesting/ReleaseNotes/2_1_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

#### Layouts

##### UnitTestLayout

- Improved layout by changing query references to script names from script IDs, for: Task Avg, Task Max, and Task Stats sections.

<!--
#### Scripts
##### UnitTestPBAStats
- Minor change. Not necessary to document in release notes.
-->
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
comment: ''
comment: Playbook statistics.
dockerimage: demisto/python3:3.10.13.72123
enabled: true
name: UnitTestPBAStats
Expand Down
2 changes: 1 addition & 1 deletion Packs/ContentTesting/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Content Testing",
"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.",
"support": "community",
"currentVersion": "2.1.0",
"currentVersion": "2.1.1",
"author": "rurhrlaub",
"url": "",
"email": "",
Expand Down

0 comments on commit 2440f10

Please sign in to comment.