mail-in-a-box / mailinabox-testsuite

Test suite for Mail-in-a-Box.
Creative Commons Zero v1.0 Universal
3 stars 0 forks source link

Use Docker for testing #1

Open sebwas opened 8 years ago

sebwas commented 8 years ago

Using docker will create the same environment on all machines.

Also using jenkins on a dedicated server might be something nice.

JoshData commented 8 years ago

I forgot this repo exists....

Something that we can eventually deploy as a continuous integration plugin into github would be the ultimate thing.

But first thing is to just write some tests / figure out what needs testing.

sebwas commented 8 years ago

Hehe, the repo is referenced in mailinabox#777

Well, I think, the first thing is to get a unified environment, which can be very easily solved by using docker.

Then, using jenkins you would have your CI that can plug into github. The tests will be tricky as I don't know enough about most of the part of mail in a box. (I have absolutely zero knowledge about the mail related stuff, postfix, dovecot etc ...)