html5sortable
html5sortable copied to clipboard
Integration tests
We should figure out how to best do some kind of integration testing, to make sure everything works fine together.
@jMuzsik let me know if you have experience / an idea how to do this. 😉
I don't have much experience doing so, but I set up Travis one time in the past, it looks quite simple looking it up again.
Though, you need administrative authority to the Github repo set it up:
If you scroll down integrate your project with Travis-ci there really is not that many steps to set it up. I'm supposing this is what you were talking about?
Ahhm sorry, we have travis set up for this repo. I am actually talking about doing end-to-end integration testing on top of unit test (which is what we currently do). So making sure that not only the the individual tests work, but also the pieces put together.
But don't worry about it, I will look into it at some point 😀 . Thanks.