-
-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat,将原有的“验证文本”改为“断言文本”,允许指定比较方式为等于,不等于,包含,不包含四种模式,满足更丰富的应用场景 #348
Merged
ZhouYixun
merged 5 commits into
SonicCloudOrg:main
from
caofengbin:feature/complete_text_assert
May 22, 2023
Merged
feat,将原有的“验证文本”改为“断言文本”,允许指定比较方式为等于,不等于,包含,不包含四种模式,满足更丰富的应用场景 #348
ZhouYixun
merged 5 commits into
SonicCloudOrg:main
from
caofengbin:feature/complete_text_assert
May 22, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
caofengbin
changed the title
feat,将原有的“验证文本”改为“断言文本”,运行指定比较方式为等于,不等于,包含,不包含四种模式,满足更丰富的应用场景
feat,将原有的“验证文本”改为“断言文本”,允许指定比较方式为等于,不等于,包含,不包含四种模式,满足更丰富的应用场景
May 22, 2023
Merged
4 tasks
ZhouYixun
reviewed
May 22, 2023
ZhouYixun
reviewed
May 22, 2023
ZhouYixun
requested changes
May 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
部分需要调整
已修改完成,辛苦review下 |
ZhouYixun
approved these changes
May 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
Description
旧的
getText
,getWebViewText
,getPocoText
指令,比较文本只能支持相等的场景,如果想支持包含,不包含,不等于等场景,需要先取出文本到变量,然后再调用断言,比较麻烦。本次pr对该指令做增强处理,UI效果如下:
运行效果如下:
旧的
getText
,getWebViewText
,getPocoText
指令在agent端依然保留,用户从老版本升级上来之后,老的用例依然可用,但是UI选择步骤的入口,不再提供“验证文本”的操作,统一改为使用“断言文本”