Cypress can not only interact with our frontend code, it can also trigger events in our backend, allowing us to seed our database, assert on database snapshot, or trigger jobs like email campaigns to run.
To get familiar with this mechanism, let's build a "hello world" Cypress Plugin.