Closed alisevych closed 1 year ago
@alisevych
TimeoutException from JsDialogProcessorKt.installMissingRequirement
occurs every time after a message about the lack of a mocha in debug mode, or is it a recurring problem?
Are there any breakpoints pointing to the JsCmdExec.kt
file?
It happens every time when a missing requirement installation is accepted. When mocha installation is cancelled and nyc installation is accepted with Ok - the same exception is thrown.
runIde is executed in run mode, not debug, no breakpoints are present.
Description
TimeoutException from
JsDialogProcessorKt.installMissingRequirement
when a missing requirement is selected to install. This occurs in debug IU (run with runIde).To Reproduce
ideType=IU
in gradle.propertiesrunIde
bitOperators.js
sample onExpected behavior
Requirements are supposed to be installed. Is not - a clear notification should be shown that mocha was not installed.
Actual behavior
org.utbot.framework.plugin.api.TimeoutException is thrown down to IDEA from
JsDialogProcessorKt.installMissingRequirement
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro IntelliJ IDEA 2022.2.2 (Ultimate Edition)