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
最近在调研接口自动化工具/框架,其实我只想用seldom接口这部分,但是目前会把app和webui的也给装上,虽然可以不用它们但是总觉得拆开让用户指定安装会更优雅点
The text was updated successfully, but these errors were encountered:
目前看有点困难, seldom 将 selenium、appium、requests 这几个库集成 进来是做了二次设计的。如果非要拆开的话就无法做二次设计了。
例如,接口自动化,无法中使用 self.get() 、self.post() 了,日志系统也没了,断言也没了。
self.get()
self.post()
那还不如 使用 unittest + requests 或者 pytest + requests 更纯粹。
Sorry, something went wrong.
No branches or pull requests
最近在调研接口自动化工具/框架,其实我只想用seldom接口这部分,但是目前会把app和webui的也给装上,虽然可以不用它们但是总觉得拆开让用户指定安装会更优雅点
The text was updated successfully, but these errors were encountered: