surveilr / www.surveilr.com

Resource Surveillance & Integration Engine (`surveilr`) Public Facing Omnibus Monorepo
https://www.surveilr.com
MIT License
0 stars 11 forks source link

Implement Assurance Validation Using Test-Fixtures in surveilr CI/CD Pipeline #61

Open rinshadka opened 1 month ago

rinshadka commented 1 month ago

Description:

We need to implement a validation step in the surveilr CI/CD pipeline to ensure that test fixtures are validated during every new release. This will help guarantee that no changes introduced in a new release break existing test cases tied to the test fixtures.

Acceptance Criteria:

Dependencies:

Related Tasks:

Notes:

This implementation is critical for ensuring the stability of the surveilr release process and avoiding broken tests due to fixture changes.

Niba-nazar commented 1 month ago

Created a CI/CD pipeline. @Lilit0x is investigating the reason why the test fixtures aren't working right now.

Niba-nazar commented 1 week ago

Hi, It seems to be working intermittently, so I will assign the task back to @Lilit0x for further investigation.