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
just wanted to switch to your stats generation and functionality of multiple runs, but as far as I see it's only implemented for phantomas/bin/phantomas.js, when kicking off via CLI?
Maybe I'm wrong, but my usecase would be to use it via the npm module. 😊
The text was updated successfully, but these errors were encountered:
You're right, the multiple run is currently handled by the "binary" script, not the CommonJS module. Implementing it in CommonJS would require some changes in its API. I'd like to keep the main phantomas module entry point to make a single run.
Stats generation functionality is implemented by reporters which are also run from within "binary" - there's a ticket for moving them to CommonJS module - #279
Hey @macbre,
just wanted to switch to your stats generation and functionality of multiple runs, but as far as I see it's only implemented for
phantomas/bin/phantomas.js
, when kicking off via CLI?Maybe I'm wrong, but my usecase would be to use it via the npm module. 😊
The text was updated successfully, but these errors were encountered: