I recently started working on a Rails application that already has a large number of QUnit tests for testing ember. I was instructed to install the application using CI (I decided to use CodeShip). The problem I'm facing right now is that the only way to run qunit tests is to go to http://localhost:3000/qunit . I need to configure the way to run tests from the command line. I did a lot of research and tried at least 10 different solutions, but couldn't work.
I'm currently trying to use teaspoon , but I was not able to get it to work. Any help is appreciated. Please let me know if I need to post additional installation information.
source share