Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wsmonitor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宋鹏博
wsmonitor
Commits
4ce43b80
Commit
4ce43b80
authored
Jul 02, 2025
by
之约
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
481eebc2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
AIBookreviewPaga.py
paga/AIBookreviewPaga.py
+1
-1
test_AIBookreview.py
script/test_AIBookreview.py
+2
-2
test_AISelectedtopic.py
script/test_AISelectedtopic.py
+3
-3
test_AITopicplanning.py
script/test_AITopicplanning.py
+1
-1
test_AiNewmediaeditor.py
script/test_AiNewmediaeditor.py
+1
-1
No files found.
paga/AIBookreviewPaga.py
View file @
4ce43b80
...
...
@@ -54,7 +54,7 @@ class AIBookreview(BasePage):
self
.
find_ele
(
self
.
update_btn
)
.
click
()
time
.
sleep
(
3
)
self
.
find_ele
(
self
.
update_file
)
.
send_keys
(
updata_path
)
time
.
sleep
(
5
)
time
.
sleep
(
20
)
self
.
find_ele
(
self
.
book_btn
)
.
send_keys
(
"四川故事"
)
time
.
sleep
(
3
)
self
.
find_ele
(
self
.
send_file
)
.
click
()
...
...
script/test_AIBookreview.py
View file @
4ce43b80
...
...
@@ -32,13 +32,13 @@ class TestAIBookreview:
@allure.feature
(
"文学书评流程"
)
def
test_find_Literary
(
self
):
self
.
aibookreview
.
ai_Literary
()
time
.
sleep
(
4
0
)
time
.
sleep
(
6
0
)
# AI书评编辑-上传社科书评
@allure.feature
(
"上传社科书评流程"
)
def
test_find_AiNewmediae
(
self
):
self
.
aibookreview
.
update_social_btn
(
updata_AiNewmediae_path
)
time
.
sleep
(
8
0
)
time
.
sleep
(
10
0
)
ws_error
(
2
)
time
.
sleep
(
3
)
...
...
script/test_AISelectedtopic.py
View file @
4ce43b80
...
...
@@ -32,7 +32,7 @@ class TestaiSelectedtopic:
@allure.feature
(
"选题资讯-解读当前资讯流程"
)
def
test_ai_information
(
self
):
self
.
aiselectedtopic
.
ai_information
()
time
.
sleep
(
3
0
)
time
.
sleep
(
6
0
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
@@ -40,14 +40,14 @@ class TestaiSelectedtopic:
@allure.feature
(
"匹配热点话题"
)
def
test_ai_freshnews
(
self
):
self
.
aiselectedtopic
.
ai_freshnews
()
time
.
sleep
(
2
0
)
time
.
sleep
(
4
0
)
ws_error
(
1
)
time
.
sleep
(
3
)
@allure.feature
(
"选题资讯-图书榜单按钮解读流程"
)
def
test_ai_bookrankings
(
self
):
self
.
aiselectedtopic
.
ai_bookrankings
()
time
.
sleep
(
3
0
)
time
.
sleep
(
6
0
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
script/test_AITopicplanning.py
View file @
4ce43b80
...
...
@@ -32,7 +32,7 @@ class TestaiSelectedtopic:
@allure.feature
(
"取书名流程"
)
def
test_booktitle
(
self
):
self
.
aitopicplanning
.
ai_booktitle
()
time
.
sleep
(
2
0
)
time
.
sleep
(
6
0
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
script/test_AiNewmediaeditor.py
View file @
4ce43b80
...
...
@@ -32,7 +32,7 @@ class TestAiNewmediaeditor:
@allure.feature
(
"微博流程"
)
def
test_find_Weibo
(
self
):
self
.
ainewmediaeditorPage
.
ai_Weibo
()
time
.
sleep
(
3
0
)
time
.
sleep
(
6
0
)
# # AI新媒体编辑-上传直播间口播稿
# @allure.feature("上传直播间口播稿流程")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment