I’ve been working on creating a python framework that utilizes Test Project in all it’s glory.
I’ve been using the recorded tests as a quick way to set up automation for a client and get them an automated regression test suite.
With that said, they have high security standards and the downloading of an agent from an “unknown site” is a concern for them. My workaround thought is, put agent.exe or whatever it is, into the GIT repo for my framework so that anyone can clone it and then register it online.
Can that be done? If not, is it something that could be on the horizon as a feature in the future? For example, chromedriver is an exe that one can include in their repo which makes it easier for clients/companies to accept its security risks.
Thanks!