question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Kotlin/JS vol. 2

See original GitHub issue

Hi Team!

I’m aware of #106 but I think it was closed prematurely. For me, the lack of gutter icons and in fact any IDE integration is a major pain point. I’m close to moving back to kotlin.test and leaving just kotest assertions library.

Implementation-wise, my intuition tells me that, contrary to what was suggested in the closed ticket, the individual tests can be detected by static analysis - no need to execute it. IntelliJ plugins API probably exposes some kind of AST or PSI that would be helpful in detecting e.g. invocations of test function inside FunSpec.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sksamuelcommented, Aug 12, 2022

It’s still on the roadmap.

On Fri, 12 Aug 2022 at 00:02, Piotr Krzemiński @.***> wrote:

It still would be nice to have it.

— Reply to this email directly, view it on GitHub https://github.com/kotest/kotest-intellij-plugin/issues/160#issuecomment-1212731764, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVSGU4TZSNXIQD4QGTHM3VYXLHFANCNFSM5LVTP6MQ . You are receiving this because you were mentioned.Message ID: @.***>

1reaction
sksamuelcommented, Jun 7, 2022

We are actively working on this. But it won’t be Q2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set up a Kotlin/JS project
To create a Kotlin/JS project in IntelliJ IDEA, go to File | New | Project. Then select Kotlin Multiplatform and choose a Kotlin/JS...
Read more >
Kotlin for JavaScript
Kotlin /JS provides the ability to transpile your Kotlin code, the Kotlin standard library, and any compatible dependencies to JavaScript.
Read more >
Kotlin releases
1.5.30. Released: August 23, 2021. Release on GitHub. An incremental release with various improvements such as: Instantiation of annotation classes on JVM.
Read more >
Kotlin/JS IR compiler
Rather than directly generating JavaScript code from Kotlin source code, the Kotlin/JS IR compiler backend leverages a new approach.
Read more >
KotlinConf 2019: The State of Kotlin JS by Sebastian Aigner
Let's discover together what is new in the world of Kotlin / JS, which changes help improve the way we work with Kotlin...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found