Related glossary terms
Build
Process that prepares code for production (bundling, minifying, etc.).
Shared tags: devops
Deploy
Deploying is the step where your app leaves your laptop and becomes a real internet thing with URLs, logs, and consequences.
Shared tags: devops
E2E
Short for "End-to-end". Tests the entire app like a real user would.
Shared tags: testing
