Support for Continuous Integration.
Some of the things needed:
- Possibilities to versioncontrol and merge fme-files (today this is a big problem due to that the "code" and the "gui" is mixed up and make it hard/impossible to merge)
- Possibility to mock and write automated test
- To run the test on a build server
- What does a build server looks like for FME?
- Separate configurations for different environments (eg. test, pre_prod and production)
- Possibility to automate deployments
- Including rollbaks
- Best practice on how to write "the code"


