OpenFn / lightning

OpenFn/Lightning ⚡️ is the newest version of the OpenFn DPG and provides a web UI to visually manage complex workflow automation projects.
https://openfn.github.io/lightning/
GNU Lesser General Public License v3.0
115 stars 31 forks source link

Enable End to End Integration tests #2187

Open christad92 opened 2 weeks ago

christad92 commented 2 weeks ago

We need to enable end-to-end integration tests on Lightning to improve our confidence in the features released for testing and reduce potential gotchas as engineers can't manually test all edge cases when introducing changes to the codebase.

These tests were turned off at some point because they were failing but we don't know what they are failing.

PS: We also need guidance on the ethical exclusion of integration tests when devving.