The Wayback Machine - https://web.archive.org/web/20220420102038/https://github.com/topics/api-testing
Skip to content
#

api-testing

Here are 360 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 Apr 18, 2022
  • JavaScript
nehagup
nehagup commented Apr 19, 2022

What do you want to add to the docs? (please state reasons if any)

Add a GitPod badge to the readme.

For example : https://img.shields.io/badge/Gitpod-ready--to--code-FFB45B?logo=gitpod

Where is this stated?

Currently, we're using Gitpod of a quick demonstration of Keploy with a sample application. Adding a badge would be easier navigation for visitors.

documentation good first issue
pactum
emfomy
emfomy commented Sep 23, 2021

Describe the bug
Most expect methods print the request and response when the assertion fails.
However, the custom expect handler does not show these objects.

To Reproduce
Steps to reproduce the behavior:

const spec = pactum.spec();
spec.get(url);
await spec.toss();
await spec.response().to.have._((ctx) => {
  assert.fail('error');
});

*Expected behavior

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