Hi all, maybe this question has already been answered but we have multiple repositories which will require access to certain cypress commands and methods. What I am looking at doing is creating a shared library, where any repository can then utilise these shared commands.
Does the cypress team provide any best practices for this, or am I better off creating a package with accessible (public) methods so that they can be re-used by all?