tests(integration): added additional unit tests for executor, added integration tests for execution API routes (#190)

* added tests for new executor error path

* added integration tests for executions for different trigger types

* updated PR template to include checkbox item on tests
This commit is contained in:
Waleed Latif
2025-03-26 13:02:24 -07:00
committed by GitHub
parent ea42d6ee6c
commit 0b404f5584
8 changed files with 1659 additions and 10 deletions

View File

@@ -25,8 +25,9 @@ Please describe the tests that you ran to verify your changes. Provide instructi
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] All tests pass locally and in CI (`npm test`)
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published in downstream modules
- [ ] I have updated version numbers as needed (if needed)