First in all, you should define de the secrets react/src/.secrets.json used to do the testing and error tracking with sentry. The example of this file is located in react/src/.secrets.json.example
This Pull request have the followings changes:
Sentry for error tracking in local and dev environment added
Cypress added for make the E2E tests (defined in test.md)
eslint defined as global settings
Fix problem with crashing in dashboard > organizations > [click in some team] > "Administrators (0)"
First in all, you should define de the secrets
react/src/.secrets.json
used to do the testing and error tracking with sentry. The example of this file is located inreact/src/.secrets.json.example
This Pull request have the followings changes:
Note: The testing for Step2 is WIP