BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
11 / 18 · Module 14 — External Automated Testing of Mule Integrations · filtered: cheatsheet← prev⊞ allnext →

14.56CI test layers

A useful pipeline might be:

Pull Request
============
MUnit
lint/build
DataWeave/unit tests
contract tests


Deploy QA
=========
smoke integration tests


Nightly
=======
larger Salesforce integration suite
error scenarios
idempotency
relationship tests


Scheduled / pre-release
=======================
full regression
performance if required

Don't run everything everywhere.