api-testing
Here are 344 public repositories matching this topic...
-
Updated
Mar 4, 2022 - JavaScript
-
Updated
Feb 9, 2022 - Python
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 6, 2022 - JavaScript
-
Updated
Mar 3, 2022 - Java
-
Updated
Mar 7, 2022 - JavaScript
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 5, 2022 - TypeScript
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Feb 25, 2022 - Rust
-
Updated
Mar 7, 2022 - Python
-
Updated
Feb 23, 2022 - PHP
-
Updated
Dec 30, 2021
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 22, 2021 - Go
-
Updated
Mar 7, 2022 - TypeScript
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
-
Updated
Jan 24, 2022 - Java
-
Updated
Feb 20, 2022 - TypeScript
-
Updated
Mar 7, 2022 - Kotlin
-
Updated
Mar 6, 2022 - Java
-
Updated
Sep 27, 2021 - TypeScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 4, 2022 - Python
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
-
Updated
Jul 29, 2021 - Python
-
Updated
Feb 14, 2022 - Java
Improve this page
Add a description, image, and links to the api-testing topic page so that developers can more easily learn about it.
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."
Is there an existing issue for this?
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be👍