How to test the developer portal code ?

Not applicable

We are customizing the drupal based developer portal using custom modules and custom themes. We want to be able to test that these changes haven't broken other APIGEE settings. Is there some way we can automatically test the same before pushing the code to pantheon ?

1 1 135
1 REPLY 1

@AlayVakil ,

As long as you follow Drupal practices & Extend the capabilities using hooks exposed by devconnect modules you should be good.

I don't think any automatic way exist to test as of today. A quick manual check will help since it's custom code written for your requirements.

Hope it helps. Keep us posted if any.