Skip to content

Commit

Permalink
chore: add debug (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 authored Dec 12, 2024
1 parent a246b35 commit 7d98622
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 7 additions & 1 deletion integration/001_extensions-enable-all.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,13 @@
</JSR223PostProcessor>
<hashTree/>
</hashTree>
<ModuleController guiclass="ModuleControllerGui" testclass="ModuleController" testname="Install all extensions" enabled="true">
<DebugSampler guiclass="TestBeanGUI" testclass="DebugSampler" testname="Extension Count [${extensionsLength}]" enabled="true">
<boolProp name="displayJMeterProperties">false</boolProp>
<boolProp name="displayJMeterVariables">true</boolProp>
<boolProp name="displaySystemProperties">false</boolProp>
</DebugSampler>
<hashTree/>
<ModuleController guiclass="ModuleControllerGui" testclass="ModuleController" testname="Install all extensions [${extensionsLength}]" enabled="true">
<collectionProp name="ModuleController.node_path">
<stringProp name="764597751">Test Plan</stringProp>
<stringProp name="764597751">Test Plan</stringProp>
Expand Down
6 changes: 1 addition & 5 deletions integration/scripts/extract_extensions_ids.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ for (var i = 0; i < resp.extensions.length; i++) {


extensionList = Object.keys(extensions);
//extensionList[1] = 'nostrmarket'
//extensionList.length = 3
vars.put("extensions", extensionList);



vars.put("extensions", extensionList);
vars.put("extensionsLength", extensionList.length);

0 comments on commit 7d98622

Please sign in to comment.