I use php to develop a tool where user can upload their apk file and test write in Calabash
They click run test then my tool will run this test and return result for user
I use exec() in php to run test command (in window), then push result to a txt file
So i dont know how to check when test end to notify to user via email and show status of test process, can any one help me?
sorry for my bad english