🔘Pynt for jest
Integrate Pynt with jest to enhance API security testing. Automate security scans within your jest test suites to detect and mitigate vulnerabilities effectively.
If your functional tests are based on java script framework like jest, you can use pynt command to run API Security tests from these functional tests.
Here is an example: jest.test.py is a java script based tester for goat (our vulnerable application) that we use to test the functionality of goat, we run it with:
Now, to run Pynt on it, we run:
Last updated