Hi!
We are currently using Adobe Target for testing in a complex environment from a technical perspective so the majority of our test are "developed" through custom code
This implies developers manipulate html + js + css code "by hand" in all of the lifecycle (analysis, development, validating, deploy to production) and we want to implement some version control system to this workflow, specifically git, to make it safer and to comply some internal regulations
So here are my questions:
- Is there any possibility of integration with any major git repository management platforms? Github? Bitbucket?
- Is there any possibility to get/update custom code programmatically via API?
- What are some best practices for management a large volume of test done by custom code?
Thanks