testcafe react selectors:用于React应用程序的TestCafe选择器扩展 源码
咖啡馆React选择器 这个插件提供了选择器扩展,使使用测试ReactJS组件变得更加容易。 这些扩展允许您以React固有的方式选择页面元素。 安装 $ npm install testcafe-react-selectors 用法 等待应用程序准备运行测试 要等到React的组件树被加载后,将waitForReact方法添加到waitForReact的beforeEach挂钩中。 import { waitForReact } from 'testcafe-react-selectors' ; fixture `App tests` . page ( 'http://react
文件列表
testcafe-react-selectors-master.zip
(预估有个42文件)
testcafe-react-selectors-master
.eslintrc
2KB
.gitattributes
378B
next.config.js
228B
src
react-15
get-root-els.js
1KB
index.js
4KB
react-utils.js
5KB
.babelrc
216B
暂无评论