Skip to content
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

Tests on phantom js are hanging #707

Closed
thetutlage opened this issue Dec 18, 2015 · 3 comments
Closed

Tests on phantom js are hanging #707

thetutlage opened this issue Dec 18, 2015 · 3 comments

Comments

@thetutlage
Copy link

Hi i am using Vagrant to run my tests on PhantomJs, they work fine on my machine using Chrome and firefox.

./node_modules/.bin/testem --version
0.9.11
phantomjs --version
1.9.0
./node_modules/.bin/testem launchers
PhantomJS     browser       ✔    ✔

Config file

framework: "mocha+chai"
serve_files:
  - browserified.js
src_files:
  - test/unit/*.spec.js
  - src/**/*.js
  - src/**/*.vue
before_tests: 'browserify -t vueify -t stringify test/unit/launcher.js -o browserified.js'
on_exit: 'rm browserified.js'
launch_in_dev:
  - Chrome
  - PhantomJS
  - node
@johanneswuerbach
Copy link
Member

Hard to say without further information, but looks like a phantomjs error. You can enable phantomjs debugging using the phantomjs_debug_port config key. All available config flags are listed here: https://github.com/testem/testem/blob/master/docs/config_file.md#config-level-options

@thetutlage
Copy link
Author

Sure let me check it out and also try phantom without testem

@johanneswuerbach
Copy link
Member

Feel free to reopen this issue with further details :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants