I have got a complex requirement for Test Automation,
About my project: It'an internal Python web application where we have multiple environments like Test/UAT/Prod/Pre-Prod. I have created my set of Test Automation scripts which execute as a separate project. It's up and running.
The new requirement says: I want to give the ability for the developers to run my Test automation scripts from the web application - say like in Homepage->Menu - I need to add a button as 'Automation Login', When a user/developer click this button a new web page should open, in that page I should display a button say 'Trigger Automation' to execute my selenium script and run also I should display the pass and fail with log details in the web page itself. Is this possible to achieve? Can selenium run from a webpage trigger?
In short, we want to see the selenium test automation result on the fly in the web application page, is it doable?
I'm not a much experience person in the development world, let me know if any links or ideas how to start this?
Thanks in Advance.