随笔分类 - Cypress
Cypress自动化测试
摘要:1. beforeEach() hook 每次运行测试之前自动运行: beforeEach(() => { cy.visit("http://localhost:3000") }) 2. 自定义命令行custom Cypress commands 允许用户在不同的Cypress spec file中
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号