radicalplatforms / shafa

A wardrobe logging, composition, and organization app
https://shafa.app
Mozilla Public License 2.0
1 stars 0 forks source link

Implement remote preflight test on prod, stage #60

Open rak3rman opened 6 months ago

rak3rman commented 6 months ago

Description

Figure out a way to run preflight tests against a remote system. The goal of these remote preflight checks is to ensure that a remote system is performing as expected after deployment. For example, say we deploy a new release to production. How can we verify that production is acting the way it is supposed to even if the deployment "succeeded"? This is where the remote preflight tests come in. These preflight tests are limited to the hono backend only.

The preflight tests themselves will be written in 3 user stories that are linked in seperate issues (#61, #62, #63, #65). This issue blocks the completion of those issues (for now) since there is a chance the way unit tests are written will change.

A good implementation of this issue will:

Acceptance Criteria

Generated by Zenhub AI