html5sortable icon indicating copy to clipboard operation
html5sortable copied to clipboard

Integration tests

Open lukasoppermann opened this issue 7 years ago • 2 comments

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. 😉

lukasoppermann avatar Mar 05 '18 09:03 lukasoppermann

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:

This article states this

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?

jmuzsik avatar Mar 05 '18 15:03 jmuzsik

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.

lukasoppermann avatar Mar 05 '18 16:03 lukasoppermann