Permission issue running demo, cannot read source folder /var/folders/xx...
See original GitHub issueI’m submitting a … (check one with “x”)
[X] bug report
$ nightwatch - default
Starting selenium server... started - PID: 3270
There was an error while starting the test runner:
Error: Cannot read source folder: /var/folders/l3/r22tbspn7kj0qxwhzzwy5f480000gn/T/tmp-3269DkAMVmqIzMCa/-.js
at /usr/local/lib/node_modules/nightwatch/lib/runner/run.js:200:21
at /usr/local/lib/node_modules/nightwatch/lib/runner/walk.js:97:18
at FSReqWrap.oncomplete (fs.js:114:15)
I’m running the google babel demo.
Please tell us about your environment:
"devDependencies": {
"chromedriver": "^2.28.0",
"cucumber": "2.0.0-rc.9",
"enzyme": "^2.8.0",
"nightwatch": "^0.9.14",
"nightwatch-cucumber": "^7.1.0",
"phantomjs-prebuilt": "^2.1.14",
"react-scripts": "0.9.5",
"selenium-server-standalone-jar": "^3.3.1"
},
node 7.8.0, npm 4.2.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Cannot read source folder attempting to make any action
I've resolved the issue "Error: Cannot read source folder: /". Executing the command in this two ways: nightwatch -- --group testSuite --env ...
Read more >Search OpenShift CI
Error: running task Updating node-exporter failed: reconciling ... [Azure CSI] cannot deploy Azure Disk on ASH because /etc/kubernetes is read-only fs ...
Read more >Mac - 太極 - taichimd.us
1 macOS. 1.1 Find OS version by command line · 2 OS X File System. 2.1 Home directory · 3 Create a Bootable...
Read more >Files/Folders Default Permissions dialog | IntelliJ IDEA ...
The following identifiers are used for permission types: R stands for Read. W stands for Write. X ...
Read more >The react-native from storybookjs - GithubHelp
When running the on device storybook on react native, as soon as I select one of my stories, I get an error: TypeError:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Can delete
I managed to overcome the error by running “nightwatch --config nightwatch.conf.js” in the folder where nightwatch.conf.js rests along with the “features” and “feature/steps_definitions” folders. I get this instead now: “TypeError: Cannot read property ‘api’ of undefined”.