testcafe: Uncaught SyntaxError: Unexpected token ) when trying out the sample...
I’ve a problem only with trying out the sample from your readme page!
1) Error on page "http://devexpress.github.io/testcafe/example/":
Uncaught SyntaxError: Unexpected token )
and the error will be shown here
> 8 | .typeText('#input', 'Peter Parker')
I’ve used ChromeCanary for my test and I was running test cafe version 0.9.0 Do I need any specific Node version? I’m using 6.5.0 here on a MacOS system. Thanks!
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 38 (19 by maintainers)
Commits related to this issue
- update hammerhead version (close #930, #1473) — committed to miherlosev/testcafe by deleted user 7 years ago
- update hammerhead version (close #930, #1473) (#1703) — committed to DevExpress/testcafe by miherlosev 7 years ago
- update hammerhead version (close #930, #1473) (#1703) — committed to kirovboris/testcafe-phoenix by miherlosev 7 years ago
@eriklharper, thank you for information! I have reproduced problem and created separate issue, you can track it here, As a temporary workaround you can use " --skip-js-errors" launch option:
testcafe --skip-js-errors chrome test.js