mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
aeafe4a7c9
* feat: add swagger2 for prism * feat: add test stub * feat: can import from clipboard * feat: click folder, request and send * chore: add comments * fix: now it actually breaks * fix: typo * fix: update webdriver implicit timeout * feat: replace prism with tinyhttp (similar to express)
18 lines
342 B
YAML
18 lines
342 B
YAML
swagger: "2.0"
|
|
info:
|
|
version: 1.0.0
|
|
title: E2E testing specification - swagger 2
|
|
description: This is a specification representing the oas3.yaml spec
|
|
schemes:
|
|
- http
|
|
host: 127.0.0.1:4010
|
|
tags:
|
|
- name: custom-tag
|
|
paths:
|
|
/pets/1:
|
|
get:
|
|
summary: get pet by id
|
|
operationId: findPetById
|
|
tags:
|
|
- custom-tag
|