-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic Test doesn't work #20
Comments
For some reason it started working when I opened a new terminal window. There must have been a foul env var at play. I'm closing this issue. My apologies! |
Hello,I exactly have the similar issue.I have created a mocha.opts file in my test directory and set a default time out to 10000 ms also I have modified my package.json script section and have inserted these statements
})` |
Hi,
I am trying to get a basic test working as per the documentation. I've copied/pasted from the README and adjusted my path to point to the Electron executable but I get a test failure. Here's my test code:
And here's the output:
Is there something I've missed from the documentation? Do I need to start ChromeDriver separately? I've never used ChromeDrive or WebDriver before. This is my 1st take at automated Electron testing. Thanks for any/all clarification!
The text was updated successfully, but these errors were encountered: