会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mengyingLiu
博客园
首页
新随笔
联系
订阅
管理
2025年11月10日
oracle相关学习
摘要: 建表脚本 -- 创建主表 t_testcase CREATE TABLE t_testcase ( id NUMBER(20) NOT NULL, tcid VARCHAR2(100) NOT NULL, name VARCHAR2(500), source VARCHAR2(100), app V
阅读全文
posted @ 2025-11-10 14:30 糖果粒
阅读(6)
评论(0)
推荐(0)
2025年10月17日
cucumber7+junit5
摘要: Maven 项目配置 (pom.xml) 点击查看代码 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/200
阅读全文
posted @ 2025-10-17 14:08 糖果粒
阅读(3)
评论(0)
推荐(0)
2025年5月13日
cucumber report refine
摘要: 1.src/main/rescources/spark-config.xml <?xml version="1.0" encoding="UTF-8"?> <configuration> <reportName>Cucumber Merged Report</reportName> <documen
阅读全文
posted @ 2025-05-13 12:40 糖果粒
阅读(7)
评论(0)
推荐(0)
公告