Is is possible to read file from filesystem in bro...
# javascript
p
Is is possible to read file from filesystem in browser test?
From what I read, it seems I need user interaction, so not in unit test. 😞
a
You can try
Copy code
--allow-file-access-from-files
flag for chrome