* `test/e2e` -> `test/e2e-selenium` * add Cypress * ESLint fixes * MOAR cypress * `integration` -> `tests` * wire Cypress up to a hot e2e server * linter fixes * don't run in CI
16 lines
237 B
YAML
16 lines
237 B
YAML
---
|
|
post:
|
|
description: Book
|
|
operationId: buy
|
|
summary: Buy a book
|
|
tags:
|
|
- Book
|
|
consumes:
|
|
- application/json
|
|
- application/xml
|
|
parameters:
|
|
- name: requestBody
|
|
in: body
|
|
description: Buy a Book
|
|
required: true
|