Add tests for downloaded & upload files
when i try to download some files(export excel file), it gives error on firefox and chrome
i give user full permission using (just for testing)
chmod -R a+rX *
is there any thing that i can do ?
what's the error? does it work if you use selenium normally? i.e. without docker?
The error occur because i make a network volume on downloads folder, so i can check if the files downloaded right.
the error is insufficient permissions error, then i give user full permission. but then download is give "starting ..." message but never download or failed on firefox.
Thanks for your attention.
any updates ?
Hi, sorry for the late response. I don't have a download files test case scenario, please feel free to send a pull request adding for example a file like https://github.com/elgalu/docker-selenium/blob/master/test/python_test.py that tests the download file test case.
You need to script all the commands in order to have a good reproducing test case, TravisCI will run the tests and we can further debug from there.
Also, anyone, feel free to add test for file uploads, perhaps also tackling https://github.com/angular/protractor/issues/612#issuecomment-308064573
Also add tests for multiple file uploads and downloads for all browsers