We write a lot of code (c# with CSOM ) that manipulates data or configuration "stuff" for various Sharepoint sites in our cloud. We also have logic that allows users to migrate sites from classic to modern.
Currently we have manual testers that will run our application and trigger / test this type of functionality. but I'm wondering if there's any way to automate some of the simpler processes we have in place. I don't think it will be possible to automate the testing for all types of logic we have. But migrating a list of documents from one site to another or other simpler tasks I think can be automated.
Just wondering if someone has some comments about what tools you have in your pipeline that allow for end to end / functional testing logic that connects to real sharepoint sites.