Skip to content
#

api-testing

Here are 316 public repositories matching this topic...

Mobile-Security-Framework-MobSF

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.

  • Updated Dec 18, 2021
  • Python
pactum
ASaiAnudeep
ASaiAnudeep commented Dec 7, 2021

Describe the bug
Running a pactum test with baseUrl and without an endpoint fails with type error.

To Reproduce
Steps to reproduce the behavior:

  1. Run Test
request.setBaseUrl(`<some-url>`);
await pactum.spec()
  1. See error
TypeError: Cannot read property 'startsWith' of undefined

Expected behavior
A clear and concise error would help.

Improve this page

Add a description, image, and links to the api-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the api-testing topic, visit your repo's landing page and select "manage topics."

Learn more