xolvio / qualityfaster

An example project showing how to create robust and maintainable acceptance tests
262 stars 58 forks source link

Add debug mode #47

Closed zvictor closed 8 years ago

zvictor commented 8 years ago

Debug mode

screen shot 2016-06-14 at 16 57 31

Usage

As you will be debugging and constantly changing/reloading your tests, you don't want to have meteor being rebuilt every time. Thus I recommend you to separate these processes by running the following two commands in separated terminals:

Note 1: This PR is a continuation of the work started at #46 Note 2: Debug mode is very noisy and it will flood your console. Check xolvio/chimp#399 for details.

samhatoum commented 8 years ago

@zvictor what do you think of making these scripts as a separate npm package, as suggested in #46?

zvictor commented 8 years ago

Good, I will start it in the next weeks.

samhatoum commented 8 years ago

Closing this as new version coming soon here: https://github.com/xolvio/qualityfaster/tree/dev