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

add mocha test runner for web #2

Open
rodneyrehm opened this issue Jan 15, 2014 · 1 comment
Open

add mocha test runner for web #2

rodneyrehm opened this issue Jan 15, 2014 · 1 comment

Comments

@rodneyrehm
Copy link
Member

Currently mocha tests are only run on node. The test.html file is insufficient for proper automated tests. Add a runner to perform tests in a real browser. Extend in-browser-tests to also cover the worker API.

@Zardoz89
Copy link

Actually it's possible to run fullt tests with mocha + chai on browser. For example : https://github.com/Zardoz89/filestore-pouchdb/tree/master/test

What I don't know if there is a way to launch Firefox or Chrome on headless mode and get the results of the tests. But at least this, quick manual testing could be donde on the browser.

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