user10330076
user10330076

Reputation: 11

Windows - zalenium file upload

I am working in Zalenium, the execution is running. I have a requirement where I have to upload a file from a Windows machine where my dockers are running in a container. Can anyone help? I will explain the scenario in details if I am not clear

Upvotes: 1

Views: 378

Answers (1)

diemol
diemol

Reputation: 613

You can check "Mounting volumes/folders across containers" under https://opensource.zalando.com/zalenium/#docker, after that you can upload the file referencing the directory inside the container.

Upvotes: 2

Related Questions