摘要: 使用Cypress内置的trigger方法实现拖拽一个元素到另一个同类型元素,实现排序 Typescript实现方法: export function dragAndDrop(sourceLocator: string, targetLocator: string) { const dataTran 阅读全文
posted @ 2024-10-26 16:48 coffee~ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: git初始化 git init git拉取代码 git clone https://www.google.com/index.git git拉取某一个分支 git clone -b feature/123 https://www.google.com/index.git git上传文件 git st 阅读全文
posted @ 2024-10-26 15:38 coffee~ 阅读(16) 评论(0) 推荐(0) 编辑