* `test/e2e` -> `test/e2e-selenium` * add Cypress * ESLint fixes * MOAR cypress * `integration` -> `tests` * wire Cypress up to a hot e2e server * add failing tests for #4537 * Update package.json
20 lines
346 B
YAML
20 lines
346 B
YAML
swagger: "2.0"
|
|
|
|
paths:
|
|
/:
|
|
get:
|
|
operationId: "myOperation"
|
|
tags: ["myTag"]
|
|
summary: an operation
|
|
responses:
|
|
"200":
|
|
description: ok
|
|
/withSpaces:
|
|
post:
|
|
operationId: "my Operation"
|
|
tags: ["my Tag"]
|
|
summary: an operation
|
|
responses:
|
|
"200":
|
|
description: ok
|