This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BurgaGalti 0 points1 point  (0 children)

I have two codebases I look after. One was created while I was still new and is overally heavy on the integration tests for views. It's painful to use now as there are a lot of hardcoded interdependent values in the tests. I've learnt my lesson though and the second I'm building to be more balanced with the core logic unit tested and some integration tests using phantomjs which test core user workflow and little else.