Skip to Content
0
Jan 31, 2019 at 03:58 PM

Is it possible to set up automatic running of SAP UI5 tests on HCP (neo, cloud foundry)?

125 Views Last edit May 21, 2020 at 04:39 PM 2 rev

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.