Hi community,
we are testing our application using Browserstack on different browsers, which works just perfect. But i fonu, i am not able to test file uploads. This works locally great using WebUI.uploadFile for file located in project folders, but when testing on Browserstack, i don’t have project accessible as it is on my local, so the path to the file do not exists.
Is there any way to enable file access for Browserstack so it can upload file from my project on local?
How does Browserstack works with Katalon ? Is the project sent over to the cloud and run there ? If yes, you can probably put the file to upload in your project and use relative path.
We have integrated Browserstack as “custom capabilities” and run Katalon tests various ways…locally, crom build script, etc. Anyway Katalon test is run from local and runs in browserstack browser where files from local project is not reachable.