It worked on my computer

Problem

How often do you hear yourself saying - “But it worked on my computer?”

Many times when code hits the staging/production environment, it acts very differently to how it runs on the developer’s environment. This usually happens when the environment is hardcoded and not re-created dynamically.

Solution

Perun Cloud gives the option to automatically update the developer’s environment on each git push, and test it on real production-like environments.

Last updated

Was this helpful?