mercredi 20 décembre 2017

How to run debug and test modes simultaneously in Meteor

I'm new to meteor. My use-case is I need to basically achieve same thing as running both

meteor run

and

TEST_WATCH=1 meteor test --driver-package meteortesting:mocha

simultaneously.

I need both to watch my tests results in my terminal console and run meteor with --inspect argument so I can track node script console.logs and other debugging information in Chrome remote debug session.

Is there a way to achieve this?

Aucun commentaire:

Enregistrer un commentaire