上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 36 下一页

2022年9月19日

摘要: 1.内置测试报告 npx cypress run --reporter=spec 2.指定运行用例 npx cypress run --reporter=spec --spec cypress\integration\cypress-study\web\page\should_demo.spec.j 阅读全文
posted @ 2022-09-19 06:37 sunny_2016 阅读(269) 评论(0) 推荐(0)

2022年9月18日

摘要: 查看cypress的缓存位置 PS D:\ema_cypress> npx cypress cache path C:\Users\antony\AppData\Local\Cypress\Cache node运行js文件时报错 node 01.js 直接找到C:\Users\antony\AppD 阅读全文
posted @ 2022-09-18 10:11 sunny_2016 阅读(778) 评论(0) 推荐(0)
摘要: 1.安装mkert 需要超级管理员权限安装 @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "ie 阅读全文
posted @ 2022-09-18 10:07 sunny_2016 阅读(280) 评论(0) 推荐(0)

2022年9月9日

摘要: \1. ~ + 版本号:例如 "tslint": "~5.11.0", 表示安装5.11.x的最新版本(不低于5.11.0), 但是不安装5.12.x,也就是说安装时不会改变大版本号和次要版本号; \2. ^ + 版本号:例如 "tslint": "5.11.0", 表示安装5.11.0及以上的版本 阅读全文
posted @ 2022-09-09 07:06 sunny_2016 阅读(1394) 评论(0) 推荐(1)

2022年9月8日

摘要: cypress安装方案一: cypress 环境搭建下载nodejs并安装 http://nodejs.cn/download/检查node安装情况: node -v 查看npm安装情况: npm -v创建项目cypress_dem 执行命令初始化项目: npm init项目目录下安装指定版本的cy 阅读全文
posted @ 2022-09-08 14:29 sunny_2016 阅读(184) 评论(0) 推荐(0)

2022年9月7日

摘要: 处理方法一: 更新 npm 版本:npm install -g npm 使用淘宝镜像重新安装依赖:npm install --registry=https://registry.npm.taobao.org npm install -g cnpm --registry=https://registr 阅读全文
posted @ 2022-09-07 08:01 sunny_2016 阅读(1188) 评论(0) 推荐(0)
摘要: { "baseUrl": "https://xxx.com.cn/", "defaultCommandTimeout": 10000, "execTimeout": 80000, "taskTimeout": 80000, "pageLoadTimeoutpage": 80000, "requesT 阅读全文
posted @ 2022-09-07 07:54 sunny_2016 阅读(60) 评论(0) 推荐(0)

2022年8月9日

摘要: import java.sql.*; public class JdbcFirstDemo { public static void main(String[] args) throws ClassNotFoundException, SQLException { //加载驱动 Class.forN 阅读全文
posted @ 2022-08-09 22:18 sunny_2016 阅读(341) 评论(0) 推荐(0)

2022年8月7日

摘要: <dependencies> <!--xlsx03--> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>4.1.2</version> </dependency> <!--xl 阅读全文
posted @ 2022-08-07 22:36 sunny_2016 阅读(208) 评论(0) 推荐(0)

2022年7月30日

摘要: # -*- encoding=utf8 -*-__author__ = "antony" from airtest.core.api import * auto_setup(__file__)unique_number = 200 #起始单号for i in range(100):#生成单号的个数 阅读全文
posted @ 2022-07-30 08:28 sunny_2016 阅读(24) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 36 下一页

导航