We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As an administrator, I want to monitor any file changes so that I can quickly respond to any unauthorised modifications
Given that a deployment is not being executed When one or more files are modified Then I receive an email notification detailing the detected change
Given that a deployment is being executed When one or more files are modified Then no notifications are sent
See Website File Changes Monitor
Summary
As an administrator, I want to monitor any file changes so that I can quickly respond to any unauthorised modifications
Acceptance Criteria
Scenario: Website files are changed outside of deployments
Given that a deployment is not being executed
When one or more files are modified
Then I receive an email notification detailing the detected change
Scenario: Websites files are changed during deployment
Given that a deployment is being executed
When one or more files are modified
Then no notifications are sent
Additional context
See Website File Changes Monitor