Hi,
I’m trying to track down why one particular test is failing in my CircleCI environment. I’m using Chromedriver, so I’ve SSHed into the CircleCI box and adjusted my code to take a screenshot at a particular time, however, I need to copy the file from the CI box to my local machine to view it.
I’ve tried scping the file like so:
scp -p 64539 107.23.248.98:/home/circleci/wearefuturegov/local-offer/tmp/capybara/capybara-201807110928188272235753.
But I get the error:
stuart@107.23.248.98: Permission denied (publickey).
lost connection
Any ideas? I can SSH in just fine
Cheers