我正在使用量角器和黃瓜進行e2e測試。 該方案大綱是這樣的: Scenario Outline: Visit HomeScreen
Given I am on the homescreen
When I do nothing
Then I should see the element with id <elemid>
Examples:
|elemid|
|scan-sample-
識別存儲我有連接的終極版一個摩卡齊測試陣營組件。爲了通過Redux的商店測試組件,我在測試文件創建,並把它作爲一個道具,但測試引發以下錯誤: Invariant Violation: Could not find "store" in either the context or props of "Connect(Project)". Either wrap the root component
創建測試對我來說是新的。我正在嘗試爲接收事件的函數創建一個測試。這是一個onChange呼叫,如果它很重要,我使用chai。 我的功能: export function handleChange(event) {
if (isNaN(event.target.value)) {
event.preventDefault();
alert('input can only