Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
github.com/QAInsights/JEval
*************************************************************** * _ ______ _ * * | | | ____| | | * * | | | |__ __ __ __ _ | | * * _ | | | __| \ \ / / / _` | | | * * | |__| | | |____ \ V / | (_| | | | * * \____/ |______| \_/ \__,_| |_| * * * * (c) NaveenKumar Namachivayam 2020 * * QAInsights.com * * * ***************************************************************
JEval helps you to evaluate your JMeter test plan and provides recommendation before you start your performance testing.
pip install -r requirements.txt
Important Notes
python app.py -f <JMeter-File-Path>
python app.py -f .\jmx\Sample.jmx
To view the log, open the tmp.log
file.
JEval detects the JMeter version and validates the test plan.
JEval detects the following:
JMeter elements
If you want to add custom elements, you can add it in the config.yaml
file.
JMeter Plugins (default)
You can add custom plugins in config.yaml
file under Custom tag, as shown in below example.
Custom:
Plugin1: org.Sample.plugin.name
DummySampler: kg.apc.jmeter.samplers.DummySampler
Controllers
elements e.g. Loop Controller
, then those elements will not be detected.Thanks goes to these wonderful people (emoji key):
NaveenKumar 💻 | Anthony Gauthier 💻 | Leela Prasad 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.