While I’m using chimp --ddp=http://localhost:3000 --mocha --path=tests --watch
all tests (with watch-tag) are running as expected.
If I start chimp without --watch
NO test is running. I just get the message 0 passes
. But I would like to run ALL tests with that.
Because of that I have to add the @watch
tag to every test, if I want to test the app. But that is not how it should be done. As the watch-Tag should help me for developing just a test with automated rerunning.
But from time to time I have to run the complete test, which I cannot do. Any idea for that?