Hi @RyanLG I can only tell you how we do it - maybe that will help you a
bit.However, we mainly use form based activities.Each activity checks
itself all the information that can cause an experiment to fail. That
means we check all information via JavaScript. For example: are all
required selectors available, partly we check content or product names
or ids. Even after inserting a RemoteOffer we sometimes check the
inserted content if it matches the structure that is expected. Or if a
getOffer fa...