摘要: 建表脚本 -- 创建主表 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)
摘要: 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)
摘要: 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)