meta: supplemental tests for #4537 (via #4828)

* `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
This commit is contained in:
kyle
2018-08-23 15:18:13 -07:00
committed by GitHub
parent 1b2fbda646
commit b4f1886306
3 changed files with 88 additions and 4 deletions

View File

@@ -1 +1,19 @@
swagger: "2.0"
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