When importing files in my index.html that are relative to a folder outside theindex.html one, the test seems to fail as it seems it is not importing those files.
I start getting messages like "X is not defined", "X is not a constructor" etc.
Expected Behavior
Using relative paths pointing to files outside the main folder should work.
Actual Behavior
Using relative paths pointing to files outside the main folder doesn't work.
Hey @alvarotrigo
I am facing an issue while setup the browserstack-runner rep. locally
After writing the browserstack-runner an error occurs which says "browserstack.json is missing"
When importing files in my
index.html
that are relative to a folder outside theindex.html
one, the test seems to fail as it seems it is not importing those files. I start getting messages like "X is not defined", "X is not a constructor" etc.Expected Behavior
Using relative paths pointing to files outside the main folder should work.
Actual Behavior
Using relative paths pointing to files outside the main folder doesn't work.
Steps to Reproduce the Problem
Showing the following error:
Which won't show when changing the demo.js file path from
../src/
to./
or any subfolder within the same folder.browserstack.json
Platform details
Details