Big project appium

hello to everything I have a big project, I already have all planned and the functions written with python and tested and it works, the problem is the unittest that according to I read it only serves to prove indifiduales functions, and what I need is an automation that works 24 time and can return to previous functions in case of errors etc. but the unittes only tests individual functions, which I recommend for the project.

greetings.

Appium can be used for UI Tests only.

Your requirements are not pretty clear from your post. If you’re following “Test Pyramid” that’s a great news as UI tests are slow and fleaky always.

Can you refine your requirements clearly ?

sorry I did not express myself well, as we all know unittest executes the functions then closes, I wanted to know if you can use appium without unittest, since unittest is not doing what I want, automate an app that runs for a long time, without it stops, but unittest only runs the functions that there is then stops, and if I indicate a return to the main function again it does not work for me. I hope you can understand me