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
8cb20fdd
Commit
8cb20fdd
authored
Feb 11, 2025
by
之约
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://begitlab.chubanyun.me/songpengbo/wsmonitor
parents
556b3885
f53212a5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
AISelectedtopicPaga.py
paga/AISelectedtopicPaga.py
+1
-1
AITopicplanningPaga.py
paga/AITopicplanningPaga.py
+3
-3
test_AIBookreview.py
script/test_AIBookreview.py
+2
-2
test_AIDigitalcreation.py
script/test_AIDigitalcreation.py
+2
-2
test_AISelectedtopic.py
script/test_AISelectedtopic.py
+2
-2
test_AITopicplanning.py
script/test_AITopicplanning.py
+3
-3
test_AiNewmediaeditor.py
script/test_AiNewmediaeditor.py
+1
-1
No files found.
paga/AISelectedtopicPaga.py
View file @
8cb20fdd
...
...
@@ -36,7 +36,7 @@ class AISelectedtopic(BasePage):
self
.
find_ele
(
self
.
example_btn
)
.
click
()
time
.
sleep
(
3
)
self
.
find_ele
(
self
.
send_file
)
.
click
()
time
.
sleep
(
6
0
)
time
.
sleep
(
4
0
)
...
...
paga/AITopicplanningPaga.py
View file @
8cb20fdd
...
...
@@ -46,7 +46,7 @@ class AITopicplanning(BasePage):
self
.
find_ele
(
self
.
example_btn
)
.
click
()
time
.
sleep
(
3
)
self
.
find_ele
(
self
.
send_file
)
.
click
()
time
.
sleep
(
3
0
)
time
.
sleep
(
2
0
)
# AI选题策划编辑-写选题策划案
def
ai_freshnews2
(
self
):
...
...
@@ -55,7 +55,7 @@ class AITopicplanning(BasePage):
self
.
find_ele
(
self
.
example_btn
)
.
click
()
time
.
sleep
(
3
)
self
.
find_ele
(
self
.
send_file
)
.
click
()
time
.
sleep
(
10
0
)
time
.
sleep
(
6
0
)
# AI选题策划编辑-生成选题报告
def
ai_report
(
self
,
Aibook_file_text
):
...
...
@@ -68,7 +68,7 @@ class AITopicplanning(BasePage):
self
.
find_ele
(
self
.
template_btn
)
.
click
()
time
.
sleep
(
5
)
self
.
find_ele
(
self
.
reporting_btn
)
.
click
()
time
.
sleep
(
30
0
)
time
.
sleep
(
18
0
)
script/test_AIBookreview.py
View file @
8cb20fdd
...
...
@@ -32,13 +32,13 @@ class TestAIBookreview:
@allure.feature
(
"文学书评流程"
)
def
test_find_Literary
(
self
):
self
.
aibookreview
.
ai_Literary
()
time
.
sleep
(
6
0
)
time
.
sleep
(
4
0
)
# AI书评编辑-上传社科书评
@allure.feature
(
"上传社科书评流程"
)
def
test_find_AiNewmediae
(
self
):
self
.
aibookreview
.
update_social_btn
(
updata_AiNewmediae_path
)
time
.
sleep
(
12
0
)
time
.
sleep
(
7
0
)
ws_error
(
2
)
time
.
sleep
(
3
)
...
...
script/test_AIDigitalcreation.py
View file @
8cb20fdd
...
...
@@ -32,7 +32,7 @@ class TestaiDigitalcreation:
@allure.feature
(
"制作教辅课件类PPT流程"
)
def
test_ai_ppt
(
self
):
self
.
aiDigitalcreation
.
ai_ppt
()
time
.
sleep
(
1
8
0
)
time
.
sleep
(
1
6
0
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
@@ -48,7 +48,7 @@ class TestaiDigitalcreation:
@allure.feature
(
"提供资源选题方案灵感流程"
)
def
test_ai_scheme
(
self
):
self
.
aiDigitalcreation
.
ai_scheme
()
time
.
sleep
(
4
0
)
time
.
sleep
(
3
0
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
script/test_AISelectedtopic.py
View file @
8cb20fdd
...
...
@@ -32,7 +32,7 @@ class TestaiSelectedtopic:
@allure.feature
(
"选题资讯-解读当前资讯流程"
)
def
test_information
(
self
):
self
.
aiselectedtopic
.
ai_information
()
time
.
sleep
(
40
)
time
.
sleep
(
15
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
@@ -40,7 +40,7 @@ class TestaiSelectedtopic:
@allure.feature
(
"了解选题新鲜事流程"
)
def
test_freshnews
(
self
):
self
.
aiselectedtopic
.
ai_freshnews
()
time
.
sleep
(
9
0
)
time
.
sleep
(
2
0
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
script/test_AITopicplanning.py
View file @
8cb20fdd
...
...
@@ -32,7 +32,7 @@ class TestaiSelectedtopic:
@allure.feature
(
"取书名流程"
)
def
test_booktitle
(
self
):
self
.
aitopicplanning
.
ai_booktitle
()
time
.
sleep
(
10
)
time
.
sleep
(
5
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
@@ -40,7 +40,7 @@ class TestaiSelectedtopic:
@allure.feature
(
"写选题策划案流程"
)
def
test_freshnews2
(
self
):
self
.
aitopicplanning
.
ai_freshnews2
()
time
.
sleep
(
10
)
time
.
sleep
(
5
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
@@ -48,7 +48,7 @@ class TestaiSelectedtopic:
@allure.feature
(
"生成选题报告流程"
)
def
test_report
(
self
):
self
.
aitopicplanning
.
ai_report
(
Aibook_file_text
)
time
.
sleep
(
10
)
time
.
sleep
(
5
)
ws_error
(
1
)
time
.
sleep
(
3
)
...
...
script/test_AiNewmediaeditor.py
View file @
8cb20fdd
...
...
@@ -32,7 +32,7 @@ class TestAiNewmediaeditor:
@allure.feature
(
"微博流程"
)
def
test_find_Weibo
(
self
):
self
.
ainewmediaeditorPage
.
ai_Weibo
()
time
.
sleep
(
4
0
)
time
.
sleep
(
3
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