It is possible to run the Ember server with `ember s` on one port 4200 by default and testing with `ember t -s` on port 7357 by default.
However, it is possible to run the server and run the tests on that same port (4200) as well just by navigating to `http://localhost:4200/tests` after running `ember s`