当前位置: 首页 > 软件库 > 手机/移动开发 > >

awesome-test-automation

授权协议 Readme
开发语言 Kotlin
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 柴丰
操作系统 Android
开源组织
适用人群 未知
 软件概览

Awesome Test Automation

A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages to help software engineers easily bootstrap test automation upon necessity. Sponsored by http://sdclabs.com

Also we are supporting and looking for contribution for project:

Notifications

Press like to support us and watch repository to receive updates.

Contribution

Feel free to fork and add new content! Your contributions are always welcome!

 相关资料
  • Awesome Awesome Node.js A curated list of awesome lists that are about or related to Node.js. Inspired by the awesome list thing, going deeper down the rabbit hole. �� Meta stuff about this awesome li

  • test() 方法 用于检测一个字符串是否匹配某个模式。 语法: RegExpObject.test( string ) 参数说明: string - 要检索的字符串 返回值: 如果字符串 string 中含有与 RegExpObject 匹配的文本,则返回 true,否则返回 false。 说明: 调用 RegExp 对象 r 的 test() 方法,并为它传递字符串 s,与这个表示式是等

  • 用于测试的一些脚本。

  • 描述 (Description) test方法在字符串中搜索与regexp匹配的文本。 如果找到匹配,则返回true; 否则,它返回false。 语法 (Syntax) 其语法如下 - RegExpObject.test( string ); 参数细节 (Parameter Details) string - 要搜索的字符串 返回值 (Return Value) 如果找到匹配则返回匹配的文本,否

  • A curated list of awesome things related to Vite.js This awesome list is for Vite 2.x and onward. Vite 1.x's list is archived. Resources Official Resources 文档 GitHub Repo Release Notes Vue 3 Docs Awes

  • Awesome Python 是一个资源整理集合,由 vinta 发起和维护。内容包括:Web框架、网络爬虫、网络内容提取、模板引擎、数据库、数据可视化、图片处理、文本处理、自然语言处理、机器学习、日志、代码分析等。 这个系列没有推荐 Python 书籍、经典博文、交互教程,所以另外推荐:《25本免费的Python电子书》、《学习Python编程的11个(教程)资源》、《PythonMonk:Py