Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration tests #347

Open
lukasoppermann opened this issue Mar 5, 2018 · 2 comments
Open

Integration tests #347

lukasoppermann opened this issue Mar 5, 2018 · 2 comments
Labels
feature New feature or enhancement help wanted

Comments

@lukasoppermann
Copy link
Owner

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 lukasoppermann added feature New feature or enhancement help wanted labels Mar 5, 2018
@jmuzsik
Copy link
Contributor

jmuzsik commented Mar 5, 2018

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?

@lukasoppermann
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement help wanted
Projects
None yet
Development

No branches or pull requests

2 participants