If the integrationFolder is configured to be something other than the default of integration, any changes to spec files will not cause a watched:file:changed event to be emitted through the web socket.
I think this has to do with the runner still using the default integration for the path of the file.
Note that the URL says tests/integration/smoke_spec.js even though the integrationFolder has been set to e2e`.

If the
integrationFolderis configured to be something other than the default ofintegration, any changes to spec files will not cause awatched:file:changedevent to be emitted through the web socket.I think this has to do with the runner still using the default
integrationfor the path of the file.Note that the URL says
tests/integration/smoke_spec.jseven though theintegrationFolder has been set toe2e`.