InstallTestCompleteAdapter Failed to fetch list of available packages from nuget
My pipeline task fails with error:
##[error]Nuget.exe returned error code: 1
##[error]Failed to fetch list of available packages from nuget, looking for latest stable version cached.
This is most likely because my agent does not have connection to the internet. This agent will not have access to the internet. It has testexecute already installed. Is there a way to get around the internet connection issue and run test using the VS test task. Can I download the adapter and permanently install it on the agent? is there another way to run test complete through a pipeline in an agent without internet connection?
Thank you for your help
If your agent will not have access to the internet, how is TestExecute obtaining license seat? are you using an offline license?
To run on agent that will not have access to the internet the key steps are:
- Download the necessary TestComplete Adapter NuGet package on a machine with internet access.
- Manually install the adapter on the offline agent by placing it in a local repository.
- Use the local repository in your pipeline configuration.
- Ensure that TestComplete is properly configured and can be run without internet access.