We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yaml内容参考以下内容,希望在第一个task“查询是否报错”,如果断言失败,则直接停止运行,不往下运行,在交流群里已跟宇涛沟通过,需要后续支持
target: url: https://crm-test.com.cn/crm-order-web/sales-management/order-management cookie: cookies.json
tasks:
name: 查看是否报错 flow:
name: 输入组织 flow:
name: 点击查询 flow: - ai: 点击查询按钮 - sleep: 1000 - aiQuery: "{customerCode: string, customerName: string}[], 找到列表里的社区编码和社区名称" name: customerCode # 查询结果在 JSON 输出中的 key
The text was updated successfully, but these errors were encountered:
feat: allow continue on error in yaml #252
6b18662
feat: allow continue-on-error in yaml (#254)
c91da56
* feat: allow continue on error in yaml #252 * doc: update doc for new param * fix: ignore yaml file in node-modules
No branches or pull requests
yaml内容参考以下内容,希望在第一个task“查询是否报错”,如果断言失败,则直接停止运行,不往下运行,在交流群里已跟宇涛沟通过,需要后续支持
target:
url: https://crm-test.com.cn/crm-order-web/sales-management/order-management
cookie: cookies.json
tasks:
name: 查看是否报错
flow:
name: 输入组织
flow:
name: 点击查询
flow:
- ai: 点击查询按钮
- sleep: 1000
- aiQuery: "{customerCode: string, customerName: string}[], 找到列表里的社区编码和社区名称"
name: customerCode # 查询结果在 JSON 输出中的 key
name: 查看是否报错
flow:
The text was updated successfully, but these errors were encountered: