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

Think about testing #61

Closed
art-in opened this issue Mar 25, 2015 · 1 comment
Closed

Think about testing #61

art-in opened this issue Mar 25, 2015 · 1 comment
Assignees

Comments

@art-in
Copy link
Owner

art-in commented Mar 25, 2015

What code layers to cover with tests?

What testing framework to use?

@art-in art-in self-assigned this Mar 25, 2015
@art-in art-in added the tech label Mar 25, 2015
@art-in
Copy link
Owner Author

art-in commented May 19, 2015

For the layers. First prefer testing web service as a whole (nodejs + mongodb).
Later should consider testing UI through PhantomJS and unit testing.

From scratch investigation I've found following popular framework:

  • QUnit (broadly used, old, bad syntax)
  • Jasmine (mature, test runner + assertion + mocking)
  • Mocha (fresh, only test runner, assertion via Chai, mocking via Sinon)

@art-in art-in closed this as completed May 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant