Raagh / angular-karma_test-explorer

vscode extension for easy angular testing and debugging
https://marketplace.visualstudio.com/items?itemName=raagh.angular-karma-test-explorer
MIT License
65 stars 23 forks source link

Extension issue #100

Closed RAUNI-RISHABH closed 2 years ago

RAUNI-RISHABH commented 3 years ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:

Raagh commented 3 years ago

⚠️ We have written the needed data into your clipboard. Please paste! ⚠️ ? what this means? Please use the appropriate template for submitting a bug or I will close the issue

RAUNI-RISHABH commented 3 years ago

what is happening is my test cases are not being loaded most of the time it reloads and keeps on reloading and stop with no test case populated. happened with me most of the time and the reason I have to keep my editor always open until my work has not been completed. why what could be the reason? please help that would be so kind of you.

RAUNI-RISHABH commented 3 years ago

even I have to delete my project uninstall vs code and reinstall it and again clone my project and that's so hectic things I could do

s4m0r4m4 commented 3 years ago

Hi @RAUNI-RISHABH , we just released v1.2.8. Once you've upgraded to that version (should happen automatically in VS Code), please try again and check the output window for the test logs. This new version has some additional error handling that may show you what the issue is. It also shows the command used to launch the karma process (ng test for example), which may provide additional insight into what's going wrong here.

RAUNI-RISHABH commented 3 years ago

ok thanx will try and thanx for the reply

On Mon, 1 Mar 2021 at 19:10, s4m0r4m4 notifications@github.com wrote:

Hi @RAUNI-RISHABH https://github.com/RAUNI-RISHABH , we just released v1.2.8. Once you've upgraded to that version (should happen automatically in VS Code), please try again and check the output window for the test logs. This new version has some additional error handling that may show you what the issue is. It also shows the command used to launch the karma process (ng test for example), which may provide additional insight into what's going wrong here.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Raagh/angular-karma_test-explorer/issues/100#issuecomment-787955886, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHYCKGFJO2Z7JV4HW7RAXZLTBOKL3ANCNFSM4XHFWFJQ .

KChap33 commented 3 years ago

Hi @RAUNI-RISHABH , we just released v1.2.8. Once you've upgraded to that version (should happen automatically in VS Code), please try again and check the output window for the test logs. This new version has some additional error handling that may show you what the issue is. It also shows the command used to launch the karma process (ng test for example), which may provide additional insight into what's going wrong here.

Hi @s4m0r4m4, I have version 1.2.8 and am still experiencing the same issue as described by @RAUNI-RISHABH . The tests loaded the first time I installed the extension. Any subsequent use has left it just constantly loading and never finding any tests. Even thought I can run "ng test" on my project and it runs my tests

s4m0r4m4 commented 3 years ago

Hi @KChap33 , are you seeing anything in any of the logs from test explorer or angular Karma runner? If you can provide a repo to reproduce this I can investigate when I have time.

s4m0r4m4 commented 2 years ago

Hello! Going forward we suggest using https://github.com/lucono/karma-test-explorer

We are planning on deprecating this extension in favor of using that one, as it has more active support. Feel free to submit your request to that repo if your issue persists.