Skip to content
#

api-testing

Here are 372 public repositories matching this topic...

hoppscotch
Gunni
Gunni commented Oct 13, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to realtime
  2. Paste url wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
  3. Observe connect is disabled
  4. Remove parameter, quickly undo it and click connect (also a bug)
  5. Send { "type": "ris_subscribe" } to the remote server
  6. Observe you receive
bug good first issue
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 May 23, 2022
  • JavaScript
nehagup
nehagup commented Feb 27, 2022

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

Add 3 different modes of Keploy SDK in the readme.

Record: Sets to record mode.
Test: Sets to test mode.
Off: Turns off all the functionality provided by the API

Note: KEPLOY_MODE value is case sensitive.

Take inspiration from https://github.com/keploy/go-sdk#configure

Why

documentation good first issue
pactum
ASaiAnudeep
ASaiAnudeep commented May 23, 2022

Is your feature request related to a problem? Please describe.
Support form data in mock server.

Describe the solution you'd like

mock.addInteraction({
  request: {
    method: 'POST',
    path: '/api/token',
    form: {
      'key': 'value'
    }
  },
  response: {
    status: 200
  }
})

Describe alternatives you've considered
Ignore the form data.

`

enhancement good first issue

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