随笔分类 -  Cypress

Cypress自动化测试
摘要:1. beforeEach() hook 每次运行测试之前自动运行: beforeEach(() => { cy.visit("http://localhost:3000") }) 2. 自定义命令行custom Cypress commands 允许用户在不同的Cypress spec file中 阅读全文
posted @ 2022-09-21 21:38 jane21 阅读(97) 评论(0) 推荐(0)
摘要:1.What you should have? Solid foundation in JavaScript syntax. In particular ES6 syntax. 2. The software you'll need? nodejs NPM npm install -g npmnpm 阅读全文
posted @ 2022-09-19 13:43 jane21 阅读(31) 评论(0) 推荐(0)