mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
add: playwright test for import collection modal (#5487)
* add: playwright test for import collection modal
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
openapi: 2.0 # Invalid version - only v3 is supported
|
||||
info:
|
||||
title: Invalid OpenAPI Version
|
||||
description: This uses OpenAPI v2 which is not supported
|
||||
version: 1.0.0
|
||||
host: api.example.com
|
||||
basePath: /v1
|
||||
schemes:
|
||||
- https
|
||||
paths:
|
||||
/users:
|
||||
get:
|
||||
summary: Get users
|
||||
responses:
|
||||
'200':
|
||||
description: List of users
|
||||
Reference in New Issue
Block a user