Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Command-line Driver for Mocha in Testing Page is No Longer Supported #617

Closed
vjvasilev95 opened this issue Mar 5, 2017 · 2 comments
Closed

Comments

@vjvasilev95
Copy link
Contributor

The package dispatch:mocha-phantomjs is no longer supported, as pointed out in its GitHub page. dispatch:mocha is the package which should be used.

I noticed something was wrong when I tried to set up CircleCI for a project of mine, and it could never finish the build, because it would throw this error when running the tests:

/home/ubuntu/.meteor/packages/dispatch_phantomjs-tests/.0.0.7.1eijhex++os+web.browser+web.cordova/npm/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs: 1: /home/ubuntu/.meteor/packages/dispatch_phantomjs-tests/.0.0.7.1eijhex++os+web.browser+web.cordova/npm/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs: Syntax error: Unterminated quoted string

I am going to confess that I have no idea what is causing this, but it made me have a look at the GitHub repo of dispatch:mocha-phantomjs, which pointed me in the right direction. Changing to dispatch:mocha did the trick.

vjvasilev95 added a commit to vjvasilev95/guide that referenced this issue Mar 5, 2017
vjvasilev95 added a commit to vjvasilev95/guide that referenced this issue Mar 5, 2017
 - removed the dispatch:mocha-phantomjs driver from the list, as it is no longer supported
 - updated the dispatch:mocha test driver description to mention it now supports client tests as well
@vjvasilev95
Copy link
Contributor Author

#618 Was merged and successfully addressed the issue by updating the docs.

@abernix
Copy link
Contributor

abernix commented Mar 17, 2017

Thanks for closing, @vjvasilev95 :)

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

No branches or pull requests

2 participants