cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.02k stars 1.09k forks source link

Publish plugin's stream - not ended within runCucumber lifecycle #2321

Closed tamil777selvan closed 11 months ago

tamil777selvan commented 11 months ago

👓 What did you see?

Publish plugin stream is not ended within runCucumber lifecycle.

✅ What did you expect to see?

Before runCucumber lifecycle ends, plugin stream should end by uploading the results.

📦 Which tool/library version are you using?

Cucumber JS - v9.4.0

🔬 How could we reproduce it?

  1. Console the status of runCucumber
  2. Add a console above this.sendHttpRequest
  3. Run npx cucumber-js --publish

Screenshot 2023-09-03 at 10 58 31 AM

📚 Any additional context?


This text was originally generated from a template, then edited by hand. You can modify the template here.

davidjgoss commented 11 months ago

Thanks @tamil777selvan, good catch. I can see the issue and will do something for this now.

davidjgoss commented 11 months ago

Released in https://github.com/cucumber/cucumber-js/releases/tag/v9.5.0