Skip to content

Commit

Permalink
HAR Importer v0.2.0 added (#651)
Browse files Browse the repository at this point in the history
- The importer has a host exclude list now
- Added multiple options for elements to be added or excluded.
- Groups http samplers into the same transaction controller, if they were recorded at the same time.
  • Loading branch information
besessener committed May 15, 2024
1 parent 038e3da commit 4b16127
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -2074,11 +2074,16 @@
"markerClass": "de.qytera.jmeterharimporter.HARImporter",
"componentClasses": [
"de.qytera.jmeterharimporter.HARImporter",
"de.qytera.jmeterharimporter.HARImportMenu"
"de.qytera.jmeterharimporter.HARImportDialog"
],
"versions": {
"0.1.0": {
"changes": "Initial version for basic GET, POST, PUT, PATCH and DELETE request support. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases",
"downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.1.0/jmeter-har-import-plugin-v0.1.0.jar"
},
"0.2.0": {
"changes": "Several options for configuration added, e.g. en/disabling timers; host exclusion added; grouping of samplers. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases",
"downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.0/jmeter-har-import-plugin-v0.2.0.jar"
}
}
}
Expand Down

0 comments on commit 4b16127

Please sign in to comment.