You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/monogon-dev/intellij-cue has a run configuration to run tests via gradle check.
When I execute this configuration with "Run with AppMap", then no AppMaps are recorded. When I execute task "test", then AppMaps are recorded.
Update:
The cause is that IntelliJ generates a Gradle init script, which only adds the JVM arguments for the specified tests and not for the dependencies of these test:
https://github.com/monogon-dev/intellij-cue has a run configuration to run tests via
gradle check
.When I execute this configuration with "Run with AppMap", then no AppMaps are recorded. When I execute task "test", then AppMaps are recorded.
Update:
The cause is that IntelliJ generates a Gradle init script, which only adds the JVM arguments for the specified tests and not for the dependencies of these test:
The text was updated successfully, but these errors were encountered: