https://cypress.io logo
Thanks for coming forward to help me out. Yes, my ...
# e2e-testing
s
Thanks for coming forward to help me out. Yes, my cypress projects run successfully in my local. I am pretty new to docker and learning docker now. I got the below command from a blog and tried to run. Do I need to do linking of e2e folder specifically? I didn't do any kind of linking to run in docker. Can you please let me know what I should do to get it run successfully? ( I have attached a screenshot of the folder structure here) command used to run: docker run -it -v $PWD:/e2e -w /e2e --entrypoint=cypress cypress/included:9.4.1 run