Development of apps is done in Full-Stack WEB IDE. Applications has integration (OPA5) and unit (QUnit) tests. Those apps are deployed in Neo environment, but can also be moved to cloud foundry if needed.
The goal is to run integration/unit tests in an automatic way. Possible scenarios are:
1. Run before push in Web IDE. In case tests are failing, revert push.
2. Run before deploy to HCP. In case tests are failing, revert deploy.
3. Run periodically (each night), send results to email(s).
Is any of these scenarios possible in HCP?
Thanks in advance.