-
Updated
Dec 29, 2021 - Python
#
api-testing
Here are 317 public repositories matching this topic...
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
python
api
debugging
cli
http
client
devops
json
development
terminal
web
rest
curl
rest-api
http-client
api-client
developer-tools
usability
api-testing
httpie
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.
python
rest
static-analysis
apk
owasp
dynamic-analysis
web-security
malware-analysis
mobsf
android-security
mobile-security
windows-mobile-security
ios-security
mobile-security-framework
api-testing
cwe
devsecops
runtime-security
mstg
masvs
-
Updated
Dec 29, 2021 - Python
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
python
syntax-highlighting
shell
api
cli
http
autocomplete
json
development
web-development
terminal
rest-api
http-client
developer-tools
api-testing
httpie
api-cli
-
Updated
Sep 9, 2021 - Python
MeterSphere 是一站式开源持续测试平台,覆盖测试管理、接口测试、性能测试等。搞测试,就选 MeterSphere!
testing
swagger
jmeter
test-automation
postman
continuous-testing
testcase
api-testing
performance-testing
testlink
testlink-alternative
metersphere
-
Updated
Dec 29, 2021 - Java
Newman is a command-line collection runner for Postman
-
Updated
Dec 28, 2021 - JavaScript
Test Automation Made Simple
testing
automation
microservices
webdriver
bdd
mock-server
load-testing
assertions
test-automation
gherkin
cucumber
developer-tools
testing-tools
api-testing
contract-testing
automated-testing
testing-framework
-
Updated
Dec 28, 2021 - Java
HTTP parameter discovery suite.
-
Updated
Aug 29, 2021 - Python
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
cli
prism
mock-server
swagger
http-proxy
openapi
mocking
oas
api-testing
postman-collection
openapi3
-
Updated
Dec 15, 2021 - TypeScript
ducaale
commented
Oct 13, 2021
Mock, Test & Track HTTP Requests and Response for Microservices
-
Updated
Oct 20, 2021 - JavaScript
Hurl, run and test HTTP requests.
-
Updated
Dec 21, 2021 - Rust
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
php
webservice
phpunit
test-automation
api-test
soap-api
guzzle-services
replay
webservices
api-testing
deterministic
vcr
php-vcr
accurate-tests
test-webservices
guzzle-test
soap-test
soap-api-test
rest-test
restful-test
-
Updated
Dec 9, 2021 - PHP
testing
qa
roadmap
awesome
career
awesome-list
api-testing
software-testing
automation-test
e2e-testing
quality-engineering
-
Updated
Dec 28, 2021
javascript
testing
api
graphql
yaml
http
webservice
automation
rest
microservice
api-testing
webservice-test
graphql-testing
http-api-testing
-
Updated
Oct 5, 2021 - JavaScript
A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
testing
golang
mocking
behavioural-tests
mocks
api-testing
blackbox-testing
jsonpath
sequence-diagrams
-
Updated
Oct 22, 2021 - Go
10
PauloGoncalvesBH
opened
Jan 23, 2021
Port OpenAPI Specs to Postman Collections, inject test suite and run via Newman 👨🏽🚀
testing
api
cli
integration-testing
swagger
openapi
test-framework
cli-app
oas
api-testing
contract-testing
postman-collection
testrunner
postman-collections
cli-option
contract-first
openai-tooling
-
Updated
Dec 21, 2021 - TypeScript
HTTP/1.1, HTTP/2 and WebSockets stub server for stubbing distributed web services in Docker and non-containerized environments for integration and contract testing
websocket-server
http2
integration-testing
mock-server
microservices-testing
api-testing
stub-server
cdc
contract-testing
websocket-tester
consumer-driven-contracts
http-stub
record-and-replay
rest-api-test
http2-server
api-mocking
contract-tests
stubbing-framework
service-stubbing
stubby4j
-
Updated
Dec 27, 2021 - Java
A text-based HTTP client in the browser. An interface-less Postman.
testing
api
spa
tools
rest
rest-api
http-client
api-client
self-hosted
developer-tools
api-rest
testing-tools
api-testing
rest-client
no-login-web-apps
api-development
postman-alternative
curl-utility
-
Updated
Dec 6, 2021 - TypeScript
The first open-source AI-driven tool for automatically generating system-level test cases (also known as fuzzing) for web/enterprise applications. Currently targeting whitebox and blackbox testing of REST APIs.
-
Updated
Dec 28, 2021 - Kotlin
Visual Studio Code extension to create and test simple and complex HTTP/s requests
-
Updated
Sep 27, 2021 - TypeScript
API testing tool with automatic swagger assertions
-
Updated
Jun 12, 2021 - JavaScript
httpcat is a simple utility for constructing raw HTTP requests on the command line.
-
Updated
Aug 17, 2020 - Python
Framework for writing maintainable Selenium and REST API tests in Java.
-
Updated
Dec 27, 2021 - Java
Hidden parameters discovery suite
-
Updated
Jul 29, 2021 - Python
Cypress E2E runner can also test Rest and other APIs
-
Updated
Dec 21, 2021 - JavaScript
A real-time tech course finder, created using Elasticsearch, Python, React+Redux, Docker, and Kubernetes.
react
redux
nginx
kubernetes
tutorial
ci-cd
pytest
nginx-proxy
python-3
elasticsearch-queries
api-testing
cypressjs
github-action
-
Updated
Dec 28, 2021 - JavaScript
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
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👍