Change e2e tests to execute cli commands #695
Labels
Feature Enhancement
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Pending Triage
New issue that needs to be triaged by the team
Refactor the e2e tests to simulate calling the commands from a terminal.
The current implementation the calls class methods directly and bypasses key functionallity related to the command building.
Utilize
child_process.exec
or some other alternative to execute solo commands, e.g.solo node add
The text was updated successfully, but these errors were encountered: