原文:AppCrawler 配置文件

java jar appcrawler.jar demo demo.yml 参数说明: .testcase given:所有的先决条件 通过xpath的方式进行匹配 when:先决条件成立后的行为 then:断言集合 简写: xpath:对应when里的xpath action:对应when的action .动作支持 action back 后退 backApp 回退到当前app monkey ...

2020-01-07 20:41 2 972 推荐指数:

查看详情

scrapyd 配置文件

Configuration file Scrapyd searches for configuration files in the following locations, and parses ...

Mon Jan 27 23:50:00 CST 2020 0 1073
ZK配置文件

The number of milliseconds of each tick, 最小时间单位,很多运行时的时间 ...

Sat Sep 30 00:25:00 CST 2017 0 2343
Kong配置文件

注意:kong启动时,会读取/etc/kong/kong.conf--这个文件是kong,依赖的,会根据配置动态调整 生成nginx依赖的nginx.conf(--include nginx-kong.conf) [root@swarmmanager kong]# cat ...

Mon Mar 30 00:51:00 CST 2020 0 1183
YAML配置文件

kubernetes 集群需要使用了一些 YAML 文件来创建相关的资源,先来简单看一看 YAML 文件是如何工作的,并使用 YAML 文件来定义一个 kubernetes pod,然后再来定义一个 kubernetes deployment; YAML 基础 基本语法 ...

Mon Jun 10 22:47:00 CST 2019 0 1227
Zookeeper配置文件

zookeeper的默认配置文件为zookeeper/conf/zoo_sample.cfg,需要将其修改为zoo.cfg。其中各配置项的含义,解释如下: 1.tickTime:Client-Server通信心跳时间Zookeeper 服务器之间或客户端与服务器之间维持心跳的时间间隔 ...

Thu Apr 25 17:38:00 CST 2019 0 1365
kibana配置文件

仅罗列了一些常用基础配置,更多配置请到官网查看https://www.elastic.co/guide/en/kibana/current/index.html kibana.yml配置文件 ...

Sun Jul 19 01:50:00 CST 2020 0 4326
什么是 Spring 配置文件

Spring 配置文件是 XML 文件。该文件主要包含类信息。它描述了这些类是如何 配置以及相互引入的。但是,XML 配置文件冗长且更加干净。如果没有正确规划 和编写,那么在大项目中管理变得非常困难。 ...

Sun Jul 12 03:17:00 CST 2020 0 736
Linux 配置文件

原文 http://www.ibm.com/developerworks/cn/linux/management/configuration/ 本文说明了 Linux 系统的配置文件,在多用户、多任务环境中,配置文件控制用户权限、系统应用程序、守护进程 ...

Wed Mar 07 00:17:00 CST 2018 0 2076
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM