🔘jest

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:

npm test

Now, to run Pynt on it, we run:

pynt command --cmd "npm test"

Last updated