graphql-engine/console/README.md
Stefano Magni e22642f315 console: Define a testing strategy
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5063
GitOrigin-RevId: 95bd682c646d104989e5756021494049cc2ac084
2022-08-03 11:35:17 +00:00

15 lines
703 B
Markdown

<!-- prettier-ignore-start -->
# Hasura Console
The Hasura console is an admin dashboard to manage the connected database and to try out GraphQL APIs. It is a React application bundled with Webpack and the state is managed mostly using Redux.
## Table of contents
- [Generic info](./docs/console-generic-info.md)
- [Development Tooling](https://main--614d7904644d03004addd43b.chromatic.com/?path=/story/dev-tooling--page)
- [Design System's Storybook](https://main--614d7904644d03004addd43b.chromatic.com)
- [How to create/document new Components](./src/docs/dev/ComponentDoc.stories.mdx)
- [Cypress Dashboard](https://dashboard.cypress.io/projects/5yiuic)
- [Cypress README](./cypress/README.md)