Commit 1abf4fc3 by 之约

更新功能

parent a290951c
......@@ -30,7 +30,7 @@ class TestaiSelectedtopic:
# AI选题情报员-选题资讯-解读当前资讯
@allure.feature("选题资讯-解读当前资讯流程")
def test_information(self):
def test_ai_information(self):
self.aiselectedtopic.ai_information()
time.sleep(30)
ws_error(1)
......@@ -38,14 +38,14 @@ class TestaiSelectedtopic:
# AI选题情报员-选题资讯-了解选题新鲜事
@allure.feature("了解选题新鲜事流程")
def test_freshnews(self):
def test_ai_freshnews(self):
self.aiselectedtopic.ai_freshnews()
time.sleep(20)
ws_error(1)
time.sleep(3)
@allure.feature("选题资讯-图书榜单按钮解读流程")
def test_information(self):
def test_ai_bookrankings(self):
self.aiselectedtopic.ai_bookrankings()
time.sleep(30)
ws_error(1)
......
......@@ -54,7 +54,7 @@ class TestaiSelectedtopic:
# AI选题策划编辑-去竞品分析
@allure.feature("去竞品分析流程")
def test_report(self):
def test_ai_analysis(self):
self.aitopicplanning.ai_analysis(Aibook_file_text)
time.sleep(50)
ws_error(1)
......@@ -62,7 +62,7 @@ class TestaiSelectedtopic:
# AI选题策划编辑-导出数据
@allure.feature("导出数据流程")
def test_report(self):
def test_ai_exportdata(self):
self.aitopicplanning.ai_exportdata(Aibook_file_text)
time.sleep(15)
ws_error(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment