cambios profundos con grok
This commit is contained in:
+45
@@ -0,0 +1,45 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.043Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: pbx-extensions-check-create_modify_delete_sip_extensions
|
||||
module: pbx
|
||||
group: pbx-extensions
|
||||
title: Verify full CRUD lifecycle for SIP extensions in the admin portal
|
||||
description: Verify full CRUD lifecycle for SIP extensions in the admin portal
|
||||
priority: Medium
|
||||
tags: []
|
||||
references: []
|
||||
dependencies:
|
||||
- label: Admin Portal
|
||||
value: https://pbx.local:4443 (configure via $BASE_URL)
|
||||
- label: Repository URL
|
||||
value: ${BASE_URL}/downloads or $REPO_URL
|
||||
- label: Protocol
|
||||
value: HTTPS + SIP (UDP/TCP/TLS) + RTP/SRTP
|
||||
- label: SIP Endpoints
|
||||
value: 'At least 2 registered SIP clients (deskphone or softphone: Zoiper, MicroSIP, Yealink, etc.)'
|
||||
- label: Network
|
||||
value: SIP trunk or local Asterisk/FreeSWITCH simulator for PSTN simulation
|
||||
- label: Credentials
|
||||
value: Admin user with sufficient privileges (portal + SSH where needed)
|
||||
- label: Test Data
|
||||
value: Clean test tenant or lab PBX instance (recommended isolated environment)
|
||||
preconditions: []
|
||||
postconditions: []
|
||||
steps:
|
||||
- action: Open admin portal or repository URL in browser context
|
||||
expected: ''
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automation_status: automated
|
||||
file: tests/pbx/extensions.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
automatable:
|
||||
- Full end-to-end execution via Playwright against the admin portal UI
|
||||
- Navigation, form interaction, and assertions are scriptable
|
||||
notYet: []
|
||||
@@ -0,0 +1,52 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.045Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: pbx-extensions-check-device_provisioning
|
||||
module: pbx
|
||||
group: pbx-extensions
|
||||
title: 'Verify automatic device provisioning: profile generation and server URL accessible'
|
||||
description: 'Verify automatic device provisioning: profile generation and server URL accessible'
|
||||
priority: Medium
|
||||
tags: []
|
||||
references: []
|
||||
dependencies:
|
||||
- label: Admin Portal
|
||||
value: https://pbx.local:4443 (configure via $BASE_URL)
|
||||
- label: Repository URL
|
||||
value: ${BASE_URL}/downloads or $REPO_URL
|
||||
- label: Protocol
|
||||
value: HTTPS + SIP (UDP/TCP/TLS) + RTP/SRTP
|
||||
- label: SIP Endpoints
|
||||
value: 'At least 2 registered SIP clients (deskphone or softphone: Zoiper, MicroSIP, Yealink, etc.)'
|
||||
- label: Network
|
||||
value: SIP trunk or local Asterisk/FreeSWITCH simulator for PSTN simulation
|
||||
- label: Credentials
|
||||
value: Admin user with sufficient privileges (portal + SSH where needed)
|
||||
- label: Test Data
|
||||
value: Clean test tenant or lab PBX instance (recommended isolated environment)
|
||||
preconditions: []
|
||||
postconditions: []
|
||||
steps:
|
||||
- action: Open admin portal or repository URL in browser context
|
||||
expected: ''
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automation_status: partial
|
||||
file: tests/pbx/extensions.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
partialNotes: >-
|
||||
Provisioning profile creation via admin portal automated; actual device provisioning requires
|
||||
physical phone
|
||||
automatable:
|
||||
- Portal UI configuration and verification steps (already partially automated)
|
||||
- Data extraction and reporting of current settings
|
||||
notYet:
|
||||
- >-
|
||||
Provisioning profile creation via admin portal automated; actual device provisioning requires
|
||||
physical phone
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.046Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: pbx-extensions-check-extension_registration_with_deskphones_softphones
|
||||
module: pbx
|
||||
group: pbx-extensions
|
||||
title: Verify SIP extension registers successfully from a desk phone and a softphone client
|
||||
description: Verify SIP extension registers successfully from a desk phone and a softphone client
|
||||
priority: Medium
|
||||
tags: []
|
||||
references: []
|
||||
dependencies:
|
||||
- label: Admin Portal
|
||||
value: https://pbx.local:4443 (configure via $BASE_URL)
|
||||
- label: Repository URL
|
||||
value: ${BASE_URL}/downloads or $REPO_URL
|
||||
- label: Protocol
|
||||
value: HTTPS + SIP (UDP/TCP/TLS) + RTP/SRTP
|
||||
- label: SIP Endpoints
|
||||
value: 'At least 2 registered SIP clients (deskphone or softphone: Zoiper, MicroSIP, Yealink, etc.)'
|
||||
- label: Network
|
||||
value: SIP trunk or local Asterisk/FreeSWITCH simulator for PSTN simulation
|
||||
- label: Credentials
|
||||
value: Admin user with sufficient privileges (portal + SSH where needed)
|
||||
- label: Test Data
|
||||
value: Clean test tenant or lab PBX instance (recommended isolated environment)
|
||||
preconditions: []
|
||||
postconditions: []
|
||||
steps:
|
||||
- action: Open admin portal or repository URL in browser context
|
||||
expected: ''
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automation_status: manual
|
||||
file: tests/pbx/extensions.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
manualReason: Requires physical SIP desk phone (Yealink, Polycom) or softphone (Zoiper, MicroSIP)
|
||||
automatable:
|
||||
- Most UI-driven configuration and verification steps via Playwright
|
||||
notYet:
|
||||
- Requires physical SIP desk phone (Yealink, Polycom) or softphone (Zoiper, MicroSIP)
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
Reference in New Issue
Block a user