mejoras en el modal de los testcases
This commit is contained in:
+14
-5
@@ -1,5 +1,6 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:11.911Z
|
||||
# Updated via Autotest Editor - 2026-05-27T09:41:49.897Z
|
||||
# Source of truth: this YAML file
|
||||
# Note: Expected results estimated based on step actions
|
||||
|
||||
id: pbx-features-check-integration_of_new_features_with_existing_call_processing_and_modules
|
||||
module: pbx
|
||||
@@ -24,13 +25,21 @@ preconditions: []
|
||||
postconditions: []
|
||||
steps:
|
||||
- action: Open admin portal or repository URL in browser context
|
||||
expected: ''
|
||||
expected: >-
|
||||
The admin portal or repository page loads successfully without errors, security warnings, or
|
||||
redirects.
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
expected: >-
|
||||
The primary action described in the test completes successfully and produces the expected
|
||||
state or output.
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
expected: >-
|
||||
Relevant evidence (screenshot, log, or API response) is successfully captured and can be
|
||||
reviewed.
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
expected: >-
|
||||
All verification assertions pass and the system is confirmed to be in the expected final
|
||||
state.
|
||||
automation_status: partial
|
||||
file: tests/core/features.spec.ts
|
||||
custom_fields:
|
||||
|
||||
+14
-5
@@ -1,5 +1,6 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:11.915Z
|
||||
# Updated via Autotest Editor - 2026-05-27T09:41:49.898Z
|
||||
# Source of truth: this YAML file
|
||||
# Note: Expected results estimated based on step actions
|
||||
|
||||
id: pbx-features-check-performance_and_resource_impact_assessment_of_new_features
|
||||
module: pbx
|
||||
@@ -24,13 +25,21 @@ preconditions: []
|
||||
postconditions: []
|
||||
steps:
|
||||
- action: Open admin portal or repository URL in browser context
|
||||
expected: ''
|
||||
expected: >-
|
||||
The admin portal or repository page loads successfully without errors, security warnings, or
|
||||
redirects.
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
expected: >-
|
||||
The primary action described in the test completes successfully and produces the expected
|
||||
state or output.
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
expected: >-
|
||||
Relevant evidence (screenshot, log, or API response) is successfully captured and can be
|
||||
reviewed.
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
expected: >-
|
||||
All verification assertions pass and the system is confirmed to be in the expected final
|
||||
state.
|
||||
automation_status: manual
|
||||
file: tests/core/features.spec.ts
|
||||
custom_fields:
|
||||
|
||||
Reference in New Issue
Block a user