You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allure v3 has been released and is now written in javascript.
It would be worth rewriting publisher cli from ruby to javascript/typescript to keep docker image slimmer and only require node. In addition, if/when programmatic API is added, report generation can be done without having to create a wrapper layer around cli command execution
The text was updated successfully, but these errors were encountered:
@andrcuns hey there! I opened PR with a simple programmatic API which allows calling the report without additional wrappers, but now it has many limitations (e.g. make the function return a promise or set any callback to know when the function ends execution) which shall be solved in future.
@epszaw well, it's not super useful without to know when the function ends execution because we would need to know when and if report was generated in order to upload it. But I also won't have the capacity anytime soon to rewrite the whole report publisher to typescript so it isn't super urgent.
allure v3 has been released and is now written in javascript.
It would be worth rewriting publisher cli from ruby to javascript/typescript to keep docker image slimmer and only require
node
. In addition, if/when programmatic API is added, report generation can be done without having to create a wrapper layer around cli command executionThe text was updated successfully, but these errors were encountered: