I have a .env file:
BROWSERSTACK_CAPABILITIES_CONFIG_PATH="./browserstack-config.json"
the browserstack-config.json is in the top level directory in the project, when I run the tests with this environment variable the following error is thrown:
Error: Cannot find module './browserstack-config.json'
Removing the environment variable successfully runs the tests, am I missing something?