同问
开发者问题收集
Cypress 函数模拟类似于 jest.fn
我正在 React 中尝试 Cypress 组件测试,我对一些基本的东西有点困惑,比如如何断言点击处理程序。在 Jest 中,我可以做类似的事情const hideMock = jest.fn();renderWithProviders(<EmployeeCreationWizardhide={hideMock}isVisible={true}employeeId={123}/>,);await
cypress
cypress-component-test-runner
2022-11-10
«
1
»