提交 ee1a4399 authored 作者: 陈泽健's avatar 陈泽健

讯飞语音转录补充云喇叭调用,更新ngrok映射前ip地址,将无纸化同屏打上展厅巡检标签。

上级 59df381e
无相关合并请求
No preview for this file type
No preview for this file type
...@@ -213,4 +213,6 @@ ...@@ -213,4 +213,6 @@
- 补充讯飞语音转录功能流程,调试通过。 - 补充讯飞语音转录功能流程,调试通过。
- 补充实现无纸化同屏巡检流程,但是还存在图片匹配失败问题。处理优化。 - 补充实现无纸化同屏巡检流程,但是还存在图片匹配失败问题。处理优化。
55. 2025-02-17 55. 2025-02-17
- 处理无纸化同屏操作流程。调整正则表达式获取测试报告的百分比参数。 - 处理无纸化同屏操作流程。调整正则表达式获取测试报告的百分比参数。
\ No newline at end of file 56. 2025-02-18
- 讯飞语音转录补充云喇叭调用,更新ngrok映射前ip地址,将无纸化同屏打上展厅巡检标签。
\ No newline at end of file
from 预定系统.Base.app_base import * from 预定系统.Base.app_base import *
import logging import logging
# 配置日志记录
class same_screen_share_001: class same_screen_share_001:
""" """
执行指令: 执行指令:
1.cd 预定系统 1.cd 预定系统
2.hytest --report_title 会议预约测试报告 --report_url_prefix http://nat.ubainsyun.com:31133 --tag 无纸化同屏 2.hytest --report_title 会议预约测试报告 --report_url_prefix http://nat.ubainsyun.com:31133 --tag 无纸化同屏
""" """
tags = ['无纸化同屏'] tags = ['无纸化同屏','展厅巡检']
def teststeps(self): def teststeps(self):
wd = GSTORE['wd'] wd = GSTORE['wd']
......
...@@ -25,6 +25,11 @@ class XF_Meeting_0001: ...@@ -25,6 +25,11 @@ class XF_Meeting_0001:
safe_click((By.XPATH, "//li[contains(text(),'讯飞纪要')]"), wd) safe_click((By.XPATH, "//li[contains(text(),'讯飞纪要')]"), wd)
sleep(3) sleep(3)
wd.switch_to.window(wd.window_handles[1]) wd.switch_to.window(wd.window_handles[1])
sleep(5)
app_id = os.getenv("APP_ID", "a98a124c6c3252f6612fc544a0d0fa79")
app_secret = os.getenv("APP_SECRET", "88bc1ec4eba624f47b2200a4ce8c3852")
device_sn = os.getenv("DEVICE_SN", "W703BB44444")
play_cloud_voice(app_id, app_secret, device_sn)
INFO("请检查讯飞系统是否正确单点登录,并查看讯飞语音转录是否成功!!!") INFO("请检查讯飞系统是否正确单点登录,并查看讯飞语音转录是否成功!!!")
SELENIUM_LOG_SCREEN(wd, "75%", "Exhibit_Inspect", "XF_meeting", "讯飞纪要界面截屏") SELENIUM_LOG_SCREEN(wd, "75%", "Exhibit_Inspect", "XF_meeting", "讯飞纪要界面截屏")
......
...@@ -4,4 +4,4 @@ tunnels: ...@@ -4,4 +4,4 @@ tunnels:
nat1: nat1:
remote_port: 31133 remote_port: 31133
proto: proto:
tcp: "192.168.1.114:80" tcp: "192.168.1.133:80"
\ No newline at end of file \ No newline at end of file
预定系统/reports/imgs/Exhibit_Inspect/Android/门口屏截屏.png

99.0 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Android/门口屏截屏.png

104.5 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Android/门口屏设备列表.png

99.0 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Android/门口屏设备列表.png

104.5 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/command_screen_down.png

349.9 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/command_screen_down.png

348.0 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/command_screen_on.png

453.4 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/command_screen_on.png

447.0 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/light_down.png

222.2 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/light_down.png

232.6 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/light_on.png

357.0 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/light_on.png

362.0 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/music_off.png

203.7 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/music_off.png

203.7 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/music_on.png

225.2 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Control_Manage/music_on.png

229.6 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/会场画面控制.png

66.4 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/会场画面控制.png

66.6 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/分屏功能.png

61.6 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/分屏功能.png

61.8 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/查看会控按钮.png

64.6 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/查看会控按钮.png

64.9 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/检查会控界面功能.png

56.3 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/检查会控界面功能.png

56.5 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/添加会场功能.png

56.6 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/MeetingControl/添加会场功能.png

56.8 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Meeting_Message/添加议题文件.png

76.3 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Meeting_Message/添加议题文件.png

76.3 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Meeting_Message/选择内部参会人.png

77.0 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Meeting_Message/选择内部参会人.png

77.1 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Meeting_TableCard/进入桌牌投图.png

103.7 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Meeting_TableCard/进入桌牌投图.png

104.4 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Meeting_TableCard/进入桌牌系统.png

72.8 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Meeting_TableCard/进入桌牌系统.png

73.7 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/No_PaperLess/无纸化会议信息截图.png

199.7 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/No_PaperLess/无纸化会议信息截图.png

199.9 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/No_PaperLess/议题文件1截图.png

79.3 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/No_PaperLess/议题文件1截图.png

78.6 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/No_PaperLess/议题文件截图.png

198.3 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/No_PaperLess/议题文件截图.png

198.7 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/告警数据展示.png

110.5 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/告警数据展示.png

104.7 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/控制系统.png

141.7 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/控制系统.png

141.9 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/电源系统.png

83.1 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/电源系统.png

83.7 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/网络系统.png

134.0 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/网络系统.png

133.9 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/视频系统.png

144.6 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/视频系统.png

145.0 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/设备连接状态.png

111.5 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/设备连接状态.png

111.5 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/进入系统界面.png

145.8 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/进入系统界面.png

148.2 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/音频系统.png

138.5 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Operation_maintenance/音频系统.png

138.6 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Server_Monitoring/选择内部参会人.png

75.7 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Server_Monitoring/选择内部参会人.png

75.7 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Server_Monitoring/预定会议成功界面.png

63.5 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Server_Monitoring/预定会议成功界面.png

63.6 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Tx_meeting/会场画面截屏.png

101.0 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Tx_meeting/会场画面截屏.png

110.5 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/创建会议详情.png

57.4 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/创建会议详情.png

57.4 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/创建多SMC会议提示MCU资源不足.png

59.1 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/创建多SMC会议提示MCU资源不足.png

59.1 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/多画面设置.png

68.5 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/多画面设置.png

81.2 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/终端入会画面.png

68.4 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/终端入会画面.png

79.6 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/终端设备控制.png

68.4 KB | W: 0px | H: 0px

预定系统/reports/imgs/Exhibit_Inspect/Unified_Platform/终端设备控制.png

79.6 KB | W: 0px | H: 0px

  • 2-up
  • Swipe
  • Onion skin
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论