* `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
21 lines
354 B
YAML
21 lines
354 B
YAML
swagger: '2.0'
|
|
info:
|
|
title: test
|
|
version: 0.0.0
|
|
paths:
|
|
/report:
|
|
get:
|
|
parameters:
|
|
- in: query
|
|
name: rel_date
|
|
required: true
|
|
type: string
|
|
default: today
|
|
enum:
|
|
- today
|
|
- yesterday
|
|
- lastweek
|
|
responses:
|
|
200:
|
|
description: OK
|