📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2022-11-01 12:07:55 -07:00
.github Always report benchmarks 2022-10-24 14:13:50 -07:00
.husky chore: run prettier & add husky pre-commit hook (#1800) 2021-11-24 16:11:45 +02:00
benchmark chore: migrate yarn -> npm 2020-03-17 11:06:03 +02:00
cli chore: cli-v0.13.19 (#2139) 2022-08-18 17:49:27 +03:00
config fix: add node version to docker (#2005) 2022-05-12 16:52:16 +03:00
demo fix: restore old variant security injections (#2075) 2022-07-18 17:48:26 +03:00
docs Fixing 404 on the documentation page (#2092) 2022-07-25 17:34:40 +03:00
e2e Bump @replayio/cypress to 0.3.2 2022-11-01 12:07:55 -07:00
scripts feat: add clear cache for publish action (#2129) 2022-08-18 16:56:28 +03:00
src fix: Optional authentication not rendered properly (#2117) (#2134) 2022-08-17 16:02:12 +03:00
tests/e2e feat: add callbacks support (#1224) 2020-04-08 14:04:58 +03:00
typings chore: upgrade deps 2020-07-25 20:15:14 +03:00
.dockerignore chore: migrate yarn -> npm 2020-03-17 11:06:03 +02:00
.editorconfig Initial React rewrite 2017-10-12 00:01:37 +03:00
.eslintrc.js fix: No maxLength label is displayed for arrays of items #1701 (#1765) 2022-01-05 17:11:05 +02:00
.gitignore feat: support .redocly.yaml for options for redoc-cli (#1981) 2022-05-11 08:58:24 +03:00
.npmignore fix: fix typings on npm 2018-05-31 15:41:57 +03:00
.prettierignore fix: exclusiveMin/Max shows incorect range (#1799) 2021-11-24 16:47:24 +02:00
CHANGELOG.md chore: v2.0.0-rc.76 (#2137) 2022-08-18 17:05:12 +03:00
custom.d.ts chore: migrate from babel to esbuild loader (#1848) 2022-01-25 15:50:28 +02:00
cypress.json Bump @replayio/cypress to 0.3.2 2022-11-01 12:07:55 -07:00
karma.conf.js chore: try fix chrome headless on travis 2018-01-21 21:57:48 +02:00
LICENSE Update LICENSE 2018-05-08 10:23:45 -05:00
package-lock.json Bump @replayio/cypress to 0.3.2 2022-11-01 12:07:55 -07:00
package.json Bump @replayio/cypress to 0.3.2 2022-11-01 12:07:55 -07:00
README.md Update README 2022-09-02 16:04:04 -07:00
README.old.md Update README 2022-09-02 16:04:04 -07:00
tsconfig.json fix: No maxLength label is displayed for arrays of items #1701 (#1765) 2022-01-05 17:11:05 +02:00
tsconfig.lib.json fix: broken dropdowns with SSR by using forked react-dropdown-aria 2020-08-22 14:57:31 +03:00
tslint.json chore: fix tslint and tests 2020-03-16 19:15:40 +02:00
webpack.config.ts chore: make Redoc lib compatible with Webpack 5 (#1982) 2022-05-10 13:50:50 +02:00

Instructions

Getting started

  1. npm install && npm install --prefix cli
  2. npm run bundle

Running the tests locally without Replay

  1. npm run e2e

Running the tests locally with Replay Chromium

  1. npm run e2e-replay