Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Kotlin/JS vol. 2 #160

Open
krzema12 opened this issue Jan 11, 2022 · 22 comments
Open

Support Kotlin/JS vol. 2 #160

krzema12 opened this issue Jan 11, 2022 · 22 comments

Comments

@krzema12
Copy link

krzema12 commented Jan 11, 2022

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.

@sksamuel
Copy link
Member

sksamuel commented Jan 11, 2022

It's in the works. The PSI side is done. This is a JS project.

image

The outstanding issue is attaching the JDK to run the engine to the run configurations.

image

@stale
Copy link

stale bot commented Mar 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Mar 12, 2022
@krzema12
Copy link
Author

@sksamuel could you share if there's any progress?

@stale stale bot removed the wontfix This will not be worked on label Mar 13, 2022
@stale
Copy link

stale bot commented Jun 4, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jun 4, 2022
@krzema12
Copy link
Author

krzema12 commented Jun 6, 2022

@sksamuel is there still hope?

@stale stale bot removed the wontfix This will not be worked on label Jun 6, 2022
@sksamuel
Copy link
Member

sksamuel commented Jun 7, 2022

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

@stale
Copy link

stale bot commented Aug 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Aug 12, 2022
@krzema12
Copy link
Author

It still would be nice to have it.

@stale stale bot removed the wontfix This will not be worked on label Aug 12, 2022
@sksamuel
Copy link
Member

sksamuel commented Aug 12, 2022 via email

@stale
Copy link

stale bot commented Oct 15, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Oct 15, 2022
@krzema12
Copy link
Author

Bump.

@stale stale bot removed the wontfix This will not be worked on label Oct 16, 2022
@stale
Copy link

stale bot commented Dec 21, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 21, 2022
@krzema12
Copy link
Author

.

@stale stale bot removed the wontfix This will not be worked on label Dec 21, 2022
@stale
Copy link

stale bot commented Mar 19, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@krzema12
Copy link
Author

Knock knock.

@stale
Copy link

stale bot commented May 21, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 21, 2023
@krzema12
Copy link
Author

Is it still on the roadmap? If yes, does it make sense to exclude it from auto-resolving?

@stale stale bot removed the wontfix This will not be worked on label May 21, 2023
@stale
Copy link

stale bot commented Aug 13, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Aug 13, 2023
@krzema12
Copy link
Author

Robot, your resistance is futile, please stop auto-resolving this issue.

@stale stale bot removed the wontfix This will not be worked on label Aug 13, 2023
@lppedd
Copy link

lppedd commented Sep 2, 2023

This is the reason I'm still using kotlin.test.

What I'm missing there tho is https://youtrack.jetbrains.com/issue/KT-49141
@krzema12 feel free to upvote it.

@sschuberth
Copy link
Member

Can we somehow help to get this done?

@sksamuel
Copy link
Member

sksamuel commented Jun 3, 2024

On the radar for 6.0
I already have nested test support for JS running through my own plugin, so that's the pre-requisite for running tests individually in the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants