Can I run tests without watchman?

Hello, I use Codeship for CI. I can’t run tests there because ember cli needs watchman, but it doesn’t preinstalled on the VM. And I can’t to install watchman because sudo command is disabled.

Is it possible to run ember tests without watchman?

ember-cli will work without watchman, it will fallback to nodewatcher.

1 Like

Running ‘ember test’ does not use a watcher at all (it just builds once and runs tests).