摘要: React based applications often use controlled inputs, meaning the input event leads to the application code setting the value of the very input we’re 阅读全文
posted @ 2018-05-24 21:23 Zhentiw 阅读(270) 评论(0) 推荐(0)
摘要: In this lesson, we’ll add tests that finds a focused input. We’ll use Chrome’s dev tools from inside the Cypress runner to inspect the element and upd 阅读全文
posted @ 2018-05-24 21:10 Zhentiw 阅读(289) 评论(0) 推荐(0)
摘要: Adding Cypress to a project is a simple npm install away. We won’t need any global dependencies beyond node and npm to get started with Cypress. In th 阅读全文
posted @ 2018-05-24 20:51 Zhentiw 阅读(248) 评论(0) 推荐(0)