Replies: 1 comment
-
From my experience, until users ask for this, it's more of a burden than anything else |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At some point in the roadmap we should decide who we want to expose the library, which will be the
entrypoint
, what will include and which features will have.I think make sense to have a
zombienet
crate in the workspace thatact
as main entrypoint, exposing all the needed types to interact with the library. And related to features I think we should leavelogger
/filesystem
/test-runner
enabled by default but behind afeature
flag.Also, we can publish the
configuration
and test-runner` independent to allow users to use those in other apps.What's your feedback @wirednkod / @l0r1s ?
Beta Was this translation helpful? Give feedback.
All reactions