diff --git a/addons/index.html b/addons/index.html
index 2c138752ed..5c8ca1917b 100644
--- a/addons/index.html
+++ b/addons/index.html
@@ -522,7 +522,7 @@
ZAP Marketplace
-
+
@@ -535,7 +535,7 @@ ZAP Marketplace
automation
- 0.50.0
+ 0.51.0
|
beta
@@ -544,7 +544,7 @@ ZAP Marketplace
ZAP Dev Team
|
- 2025-06-20
+ 2025-07-17
|
diff --git a/docs/desktop/addons/automation-framework/environment/index.html b/docs/desktop/addons/automation-framework/environment/index.html
index e757970d56..4341ab96ad 100644
--- a/docs/desktop/addons/automation-framework/environment/index.html
+++ b/docs/desktop/addons/automation-framework/environment/index.html
@@ -1883,7 +1883,10 @@ Automation Framework - Environment
exclude: # List of tech to exclude, as per https://www.zaproxy.org/techtags/ (just use last names)
include: # List of tech to include, should only be used when targeting specific techs, the exclude takes precedence when configuring the context.
structure:
- structuralParameters: # List of names of structural parameters.
+ structuralParameters: # List of names of structural parameters
+ dataDrivenNodes: # List of data driven nodes
+ - name: # String, name of the data driven node
+ regex: # String, regex of the data driven node, must contain 2 or 3 regex groups
users: # List of one or more users available to use for authentication
- name: # String, the name to be used by the jobs
credentials: # List of user credentials - may include any required for scripts
diff --git a/docs/desktop/addons/automation-framework/gui/index.html b/docs/desktop/addons/automation-framework/gui/index.html
index a4d2d2cbbe..38e18c062c 100644
--- a/docs/desktop/addons/automation-framework/gui/index.html
+++ b/docs/desktop/addons/automation-framework/gui/index.html
@@ -1859,6 +1859,11 @@ Automation Tab
A graphical representation of the plan which also shows the state of the plan when it is run.
You can edit any of the elements of the plan by double clicking on them.
+You can also change the following general job options via the plan table:
+
+- Enabled - only jobs that are enabled will run.
+- Always Run - enabled jobs with this option will run even if the plan exits early.
+
Output sub-tab
Any output generated when you load or run the plan.
diff --git a/docs/desktop/addons/automation-framework/index.html b/docs/desktop/addons/automation-framework/index.html
index 14087a97be..1e5049ebfb 100644
--- a/docs/desktop/addons/automation-framework/index.html
+++ b/docs/desktop/addons/automation-framework/index.html
@@ -1892,7 +1892,6 @@ File Paths