In my application, i need to go to the UI and import a file as part of the deployment. Can i use bamboo to do this automatically for me whenever there is any new file added to the repository? Is there a plugin of sorts that I can use?
Hi @[deleted],
Bamboo is capable of detecting changes on the source code and calling any external tool through a script task, but then you will need to have a script or an API to call the right action on your application.
There are multiple UI testing tools that would be possibly capable of doing what you need. There are even others used to automate such type of task. Bamboo would be the one calling this tool when the new changes are detected.
If your application has REST APIs, Bamboo could call them directly avoiding the need of an external tool to automate part of the process.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.