just-api icon indicating copy to clipboard operation
just-api copied to clipboard

:boom: Test REST, GraphQL APIs

Results 15 just-api issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.2. Commits 201034b [dist] 1.5.2 2d9ac2c [fix] Sanitize only special URLs (#209) fb128af [fix] Use 'null' as origin for non special URLs fed6d9e [fix] Add...

dependencies

# Use Case An OpenAPI (FKA Swagger) spec often contains multiple schema definitions, such as `#/components/responses/someResponseName` It would be very useful to reuse schema definitions from within the existing files,...

# Steps to reproduce ```yaml configuration: custom_configuration: run_type: module module: module_path: some-module.js function_name: suiteConfigSync specs: - name: uses suite-level custom_configuration content-type header request: path: /echoJSONBodyResponse method: post payload: body: type:...

# Example Test Case ```yml meta: name: Testing headers enabled: true version: "1.0" configuration: scheme: http host: 127.0.0.1 port: 3027 common_headers: - name: customsuiteheader value: custom-suite-header-value - name: content-type value:...

A few tests are failing in master: ```Bash 150 passing (34s) 2 failing 1) Other verbs "before all" hook: AssertionError: expected 1 to equal 0 + expected - actual -1...

Hi again, I am wondering...is it (or not) possible to separate a request from a response and have them reside in separate YML files? I am guessing not but wanted...

Hello @kiranz! Am really enjoying trying out this tool for a Proof of Concept. Thank you for this! I think I've read all (or most) of your documentation but have...

At the moment it seems like only binary content can be provided as a file path. For some requests, e.g. GraphQL to properly check coverage, the query might be >...

enhancement