在用例中调用 setup hook 函数,是否做到返回数值给用例调用?我的实现是在 setup hook 的时候登录,接下来的接口调用都需要依赖登录后返回的 sid,但是不知道该怎么传进来?
parameters:
- user_id: ${P(user_id.csv)}
其中 csv 文件可以做成可指定绝对地址的不?在实际应用中,同一个 csv 文件可能多个接口会引用到,希望可以统一管理数据。
- config:
name: "forward_emoj"
def: forward_emoj($sid,$topic,$content,$attachments,$content_emoj)
- test:
name: upload_emoj
suite: upload_emoj($sid,$topic,$content,$attachments,$topic,$content_emoj)
以上为具体 suite,在 suite 中引用其他的 suite 会报错如下,麻烦看看是不是引用语法不对。
httprunner.exception.SuiteNotFound: suite upload_emoj not found!
在编写用例过程中发现,需要在 suite 中引用其他 suite 的接口,能实现不?
666 学习了
该问题已解决,谢谢@mouseyoung的指点。
具体方法如下:
1、打开/usr/local/lib/node_modules/app-inspector/node_modules/webdriveragent,把 webdriveragent.zip 解压;
2、用 xcode 打开步骤一解压后的 project,然后按照以下链接的方法进行重签名即可。
https://testerhome.com/topics/5804
#2 楼 @mouseyoung 找不到你说的文件夹噢,是不是给错目录了呢?