-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
What are you trying to achieve?
I'm trying to run the project and execute all tests successfully.
I cloned the repo and followed the Readme setup instructions.
Upon running yarn test from the project root, all tests pass successfully, but the error mentioned below is fired.
What do you get instead?
At the end of the testing sequence I get the following error: "spawn kill ENOENT".
[...]
User marks todo as undone
* I click ".todo-list > li:nth-child(2) .toggle"
* I dont see checkbox is checked ".todo-list > li:nth-child(2) .toggle"
* I refresh page
* I wait for element ".todo-list > li:nth-child(2)"
* I dont see checkbox is checked ".todo-list > li:nth-child(2) .toggle"
√ OK in 4907ms
OK | 8 passed // 45s
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn kill ENOENT
at exports._errnoException (util.js:1018:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
error Command failed with exit code 1.Details
- CodeceptJS version: v0.22.0
- NodeJS Version: v6.10.2
- Operating System: Windows 10
Thanks for the help :)
Metadata
Metadata
Assignees
Labels
No labels