-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Karma v2.0.3 TypeError: Cannot read property 'markCaptured' of undefined #3052
Comments
Just noticed that this PR might be related, but its not released: |
Also seeing this issue |
Update your package.json and it will work
|
Updating the |
I also see this behavior happen when simply opening a new browser and going to http://localhost:9876:
|
This reverts commit 487c40b to avoid the issue karma-runner/karma#3052
This reverts commit 487c40b to avoid the issue karma-runner/karma#3052
Hi, I am having this issue too. Is there any npm command to revert install or install older version of karma or is the best solution to revert the commit? |
Fixed by #3047 |
* test: configure jest to just run unit tests * test: add file to wrap integration tests into one file * test: break out setup files into one for each test target * test: add karma configuration for local, headless chrome, and browserstack * test: add npm scripts for integration tests and dependencies * test: add webpack config for test bundling * WIP * test: update npm configuration to use browserstack and karma on ci, and limit browsers to 1 for testing purposes * test: tidy up karma config and add mocha reporter * test: update mobile browserstack config * test: fix typo in karma config * test: add firefox to local launchers and update tests * test: add safari to local testing when on a Mac * test: bump karma due to karma-runner/karma#3052 * chore: only initialise jest-extended for unit tests for now * test: update karma config to handle os x safari versions correctly. * test: remove karma concurrency level * test: reduce number of browsers to test * test: try use iPhone 8 rather than iPhone X * test: disable iPhone support * docs: add docs for integration testing * docs: update browserstack instructions to include a build tag * test: update default integration test
When you start running tests using Karma 2.0.3 and clear the url during tests. To start from clean point. Karma fails to Javascript error
Expected behaviour
Karma should start from beginning
Actual behaviour
Karma crashes and browser closes
Environment Details
Windows 10,
NodeJS 10.3.0
Chrome 67.0.3396 + Chrome-launcher
Steps to reproduce the behaviour
4 Karma crashes
Callstack
Edit: This works in Karma 2.0.2
The text was updated successfully, but these errors were encountered: