Signalen / backend

Backend for Signalen, an application that helps cities manage and prioritize nuisance reports.
https://signalen.org
Mozilla Public License 2.0
5 stars 5 forks source link

Discuss testing and deployment #45

Closed bartjkdp closed 4 years ago

bartjkdp commented 4 years ago

Added by @ericherman

bartjkdp commented 4 years ago

We discussed the following during the weekly development meeting:

Testing We are not running the end-to-end tests in GitHub Actions. We would like to run the tests in CI as well, so we get more confidence merging changes. We have Cypress tests, that we can integrate.

Deployment We would like to have a clear separation between merging pull requests and deploying them to the production environment of Amsterdam.

Proposed solutions:

bartjkdp commented 4 years ago

We discussed the following during the weekly development meeting:

Testing

Deployment

bartjkdp commented 4 years ago

End-to-end testing will be followed up in Signalen/frontend#64 and deployment of Amsterdam frontend in https://github.com/Amsterdam/signals-frontend/pull/1047.