Skip to content

Testing

Giang edited this page Mar 21, 2023 · 1 revision

The purpose of the test environment is to test new and modified code via automated checks and/or non-automated techniques. After we accept the new code and configurations via unit testing in the development environment and pull request or merge, the items are moved to the test environment. If the test in the CI with sonarcloud fails, the test environment contacts the responsible developer and provides detailed test and result logs. If all tests pass and a reviewer approves it, it can be merged from feature branches to dev.

Clone this wiki locally