stomp-js / ng2-stompjs-angular7

n2-stompjs sample for Angular 7
15 stars 11 forks source link

Sample e2e test #33

Open mstawick opened 3 years ago

mstawick commented 3 years ago

It turns out that for this project everything works out of the box. So just run ng e2e

and the test should run without problems (might complain about chrome version). My own project is pretty complex, and I'm doing things like lazy-initializing RxStompService after the user gets his credentials, so my workaround from https://github.com/stomp-js/ng2-stompjs/issues/133 may very well be valid in certain scenarios.

kum-deepak commented 3 years ago

Thanks! I will test it on my machine and merge it. :+1: