salemhilal / warmd

WRCT: A Radio Music Database
Other
8 stars 1 forks source link

We need end-to-end testing #3

Open salemhilal opened 10 years ago

salemhilal commented 10 years ago

The node app needs to be tested, as does the angular front-end. There is currently no sort of testing. The first concern should be black-box-testing the API.

salemhilal commented 10 years ago

I've added Travis-CI to master/frontend, so as soon as tests are made, they will be run automatically every time a commit is made.

https://travis-ci.org/bichiliad/warmd

mcbaron commented 10 years ago

I'm having some problems with addressing the endpoints with my api tests. @bichiliad could you tell me what I'm doing wrong?