You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kaneai-ci-cd-automation.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ Replace `<TestRunID>` with the actual ID from the URL and set additional optiona
92
92
-**ios_app_id**: Specify an iOS app ID to override the existing app in the configuration of the Test instances.
93
93
-**accessibility**: Set as true if you want to run accessibility test on all your tests in the test run. Setting this as true could potentially slow down the execution time.
94
94
-**replaced_url :** To be used to dynamically replace any pattern URL in test cases with the replacement URL for entire test run.
95
+
-**report_enabled**: Set to `true` to generate an HTML report for the test run. The report can be accessed from the HyperExecute Job page after execution. See [Reports](/support/docs/kaneai-hyperexecute-test-run-execution/#reports) for details.
96
+
-**report_email_to**: An array of email addresses to receive the test run report via email after execution. Maximum 10 email addresses. Only works when `report_enabled` is set to `true`.
Copy file name to clipboardExpand all lines: docs/kaneai-hyperexecute-test-run-execution.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Before clicking **Execute**, you can optionally click **Advanced Configurations*
111
111
|**Test Configuration**| Configure console logs, network logs, network full HAR, timezone, and retry on failure settings for your execution. |
112
112
|**Network Settings**| Set up tunnel for local/restricted environments, geolocation routing, and region selection for web tests. |
113
113
|**Replace URL**| Replace the pattern URL for all web tests in the run to execute in different environments. See [Dynamic URL Replacement](/support/docs/kaneai-dynamic-url-replacement/) for details. |
114
-
|**Performance**| Enable Lighthouse performance reports (Lighthouse Audits) for web tests only. |
|**Visual Regression**| Add visual testing configuration — select browsers, viewports, devices, and orientation. See [Visual Testing with SmartUI](/support/docs/kaneai-smartui-visual-testing/) for details. |
116
116
|**Accessibility Testing**| Enable accessibility checks (WCAG 2.1 AA) with best practices and needs review options. Available for web with Chrome and Edge browsers only. |
117
117
|**Reports**| Generate HTML reports and receive them via email. See [below](#reports). |
0 commit comments