Currently c8ypact is fully implemented assuming it's running in a Cypress context. However, some parts might need to run as well in nodejs. Move nodejs code to some shared/ src folder to be used by components.
Examples could be a mocking server or a custom implementation of FetchClient.
Currently
c8ypact
is fully implemented assuming it's running in a Cypress context. However, some parts might need to run as well in nodejs. Move nodejs code to someshared/
src folder to be used by components.Examples could be a mocking server or a custom implementation of
FetchClient
.