You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
问题描述 / Describe the bug
config/schema_url.json中已配置页面地址,跳转页面到[]报错,执行该语句报错
问题复现步骤 / To Reproduce
启动app
离开主页,进入到app其他页面
跳转页面到[指定schema-url]爆粗
预期结果 / Expected behavior
跳转到指定schema-url
截图 / Screenshots
环境信息 / Environment (please complete the following information):
Device: [android11]
OS: [macOS]
Browser []
Version [0.15]
Additional context
2022-02-18 13:38:39,021 - flybirds_log - INFO - <when "跳转页面到[qqq]">
2022-02-18 13:38:39,021 - flybirds_log - INFO - run step:跳转页面到[qqq]
2022-02-18 13:38:39,022 - flybirds_log - INFO - result_dic: {'pageName': 'qqq'}
2022-02-18 13:38:39,025 - flybirds_log - INFO - feature:失败重新运行1 scenario:验证点击--点击元素切换页面并输入 failed to run
2022-02-18 13:38:39,025 - flybirds_log - INFO - step:跳转页面到[qqq]
2022-02-18 13:38:39,025 - flybirds_log - ERROR - Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/behave/model.py", line 1329, in run
match.run(runner.context)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/behave/matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/flybirds/core/dsl/step/page.py", line 15, in jump_to_page
g_Context.step.jump_to_page(context, param_1)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/flybirds/core/plugin/plugins/default/android/step.py", line 39, in jump_to_page
jump_to_page(context, param)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/flybirds/core/plugin/plugins/default/step/schema.py", line 23, in jump_to_page
snippet.schema_goto(
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/flybirds/utils/snippet.py", line 67, in schema_goto
schema_rule = getattr(schema_goto_module, "schema_deal_rule")
AttributeError: module 'app.operation' has no attribute 'schema_deal_rule'
The text was updated successfully, but these errors were encountered:
问题描述 / Describe the bug
config/schema_url.json中已配置页面地址,跳转页面到[]报错,执行该语句报错
问题复现步骤 / To Reproduce
启动app
离开主页,进入到app其他页面
跳转页面到[指定schema-url]爆粗
预期结果 / Expected behavior
跳转到指定schema-url
截图 / Screenshots
环境信息 / Environment (please complete the following information):
Additional context
2022-02-18 13:38:39,021 - flybirds_log - INFO - <when "跳转页面到[qqq]">
2022-02-18 13:38:39,021 - flybirds_log - INFO - run step:跳转页面到[qqq]
2022-02-18 13:38:39,022 - flybirds_log - INFO - result_dic: {'pageName': 'qqq'}
2022-02-18 13:38:39,025 - flybirds_log - INFO - feature:失败重新运行1 scenario:验证点击--点击元素切换页面并输入 failed to run
2022-02-18 13:38:39,025 - flybirds_log - INFO - step:跳转页面到[qqq]
2022-02-18 13:38:39,025 - flybirds_log - ERROR - Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/behave/model.py", line 1329, in run
match.run(runner.context)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/behave/matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/flybirds/core/dsl/step/page.py", line 15, in jump_to_page
g_Context.step.jump_to_page(context, param_1)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/flybirds/core/plugin/plugins/default/android/step.py", line 39, in jump_to_page
jump_to_page(context, param)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/flybirds/core/plugin/plugins/default/step/schema.py", line 23, in jump_to_page
snippet.schema_goto(
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/flybirds/utils/snippet.py", line 67, in schema_goto
schema_rule = getattr(schema_goto_module, "schema_deal_rule")
AttributeError: module 'app.operation' has no attribute 'schema_deal_rule'
The text was updated successfully, but these errors were encountered: