Balrog994 / cucumber-test-runner

An Extension for Visual Studio Code to Run and Debug CucumberJS Tests
MIT License
4 stars 6 forks source link

improve running from vscode tests sidebar #11

Closed orine closed 1 year ago

orine commented 1 year ago
  1. when running test with before/after hooks, stdout stream throws an error event. (catch it using: process.stdout.on('error', function (err) { console.log(err); }); causing the runner to not calling run.end();

  2. tests prints to stdout are now redirected to the debug console.

Balrog994 commented 1 year ago

Thanks, for the pull request 👍 Can you please fix the issues in this review?

Once fixed, I'll merge it in the main branch!

orine commented 1 year ago
Balrog994 commented 1 year ago
  • this is exactly what the PR fixed.
  • since i quickly patched your code just to make it work, i'm not sure this is the best fix. i would appriciate if you can review it just to make sure it aligns with your implementation concept.

We probably didn't understand each other 😄

I already reviewed your Pull Request but I have no access to your fork so I cannot add commits to the pull request to fix the issues found out while reviewing. I highlighted the fixes as a review, you can see the thread above. It would be great if you could fix those yourself so I can just merge the request and mark it as merged, otherwise I have to download the code, apply the changes manually and then mark the Pull Request as closed without being merged.

I would prefer the first, so that your contribution is correctly saved in the project history 😉 If you can not or don't have time, just let me know!

Thanks again

orine commented 1 year ago

i don't see any notes in this thread. can be please verify they are posted ?

Balrog994 commented 1 year ago

i don't see any notes in this thread. can be please verify they are posted ?

I assigned you to this pull request, can you see them now?

orine commented 1 year ago

sorry, still can't see

Balrog994 commented 1 year ago

ok, I forgot to complete the review, my bad 😭

orine commented 1 year ago

can you please publish a new version to vscode market place, thanks