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

Spock support #425

Open
mpodlodowski opened this issue Nov 8, 2018 · 21 comments
Open

Spock support #425

mpodlodowski opened this issue Nov 8, 2018 · 21 comments
Milestone

Comments

@mpodlodowski
Copy link

Would be great to have Spock support. I am very willing to make a contribution.
Is there anything I should be aware of before digging into the problem?

@jdneo
Copy link
Member

jdneo commented Nov 9, 2018

@mpodlodowski PR is welcome. 😄

Please feel free to ask questions whenever you meet any problems or need any help

@jdneo jdneo added this to the backlog milestone Nov 26, 2018
@RaviH
Copy link

RaviH commented Dec 17, 2018

Hi @mpodlodowski,

Any luck?

@mpodlodowski
Copy link
Author

Just met some problems trying to debug the Java code - I can't attach to remote debugging port 1044. Is the guide on cs/contributing still valid?

@jdneo
Copy link
Member

jdneo commented Dec 24, 2018

@mpodlodowski Are you debugging the code under com.microsoft.java.test.plugin or com.microsoft.java.test.runner

@mpodlodowski
Copy link
Author

com.microsoft.java.test.plugin

At least I'm trying to. Is it possible?

@jdneo
Copy link
Member

jdneo commented Dec 27, 2018

Yes, it should be possible. Did you launch the extension first then attach to the remote application?

@mpodlodowski
Copy link
Author

I did (with "Launch Extension" config from the repo).

I tried the following:

  1. gulp build-server
  2. Launch Extension
  3. attach debugger

Am I missing something?

@jdneo
Copy link
Member

jdneo commented Dec 28, 2018

Did you set the target platform in Eclipse when importing the com.microsoft.java.test.plugin?

After importing the project, you can find a file called target.target. Double click it in Eclipse, and in the right top of the editor, click Set as target platform

@mpodlodowski
Copy link
Author

Done. Still no luck.

Failed to connect to remote VM. Connection refused.
Connection refused (Connection refused)

@jdneo
Copy link
Member

jdneo commented Dec 29, 2018

Hmm, another thing needs to pay attention is that we need to wait until the extension has been activated, then we can attach to the remote VM using Eclipse.

You can check whether the extension has been activated by checking if the Java Test Runner output channel has been created.

@sapelkinAV
Copy link

Any news guys?)

@napalm23zero
Copy link

Any News Guys????

@TomerFi
Copy link

TomerFi commented Jul 13, 2020

This would be very much appreciated...

@juusu
Copy link

juusu commented Jan 18, 2021

Any progress? Just started on a new project which uses primarily Spock for testing so this would come in very handy

@jdneo
Copy link
Member

jdneo commented Jan 19, 2021

Hi friends, so far there is no plan to add more test framework support. But contribution is welcome!

Note that VS Code is now working on a new set of APIs for test purpose, which means the extension might need to have a big refactor in the near future, so I would suggest at least wait until that happens.

@damian-szwajkos
Copy link

Hello ;) Any news about Spock framework support? ;)

@changeling
Copy link

Just bumping the above comment. Any word?

@tiagohumbs
Copy link

Hello... Whats is news ?

@SeanCodeMedia
Copy link

Hello is there any new updates on Spock support ?

@iaincalderfh
Copy link

Would also really appreciate Spock support

@wyy0117
Copy link

wyy0117 commented Nov 12, 2024

Six years later, it still doesn't support Spock

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

No branches or pull requests