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

Complete testing of all components #7

Closed
bnhovde opened this issue Apr 18, 2017 · 3 comments
Closed

Complete testing of all components #7

bnhovde opened this issue Apr 18, 2017 · 3 comments

Comments

@bnhovde
Copy link
Contributor

bnhovde commented Apr 18, 2017

Add testing framework and integrate JS testing for:

  • Build tools
  • Utility functions
  • Components
@fredjens
Copy link
Contributor

Personally I have got experience with Jest. Because it have both the test-runner and the testing library.

Other options:

  • Mocha / Chai
  • Ava

Others?

@fredjens
Copy link
Contributor

We could also consider visual regression testing. The concept is that the test compare and detect visual changes for you. There is several tools for this (most based on PhantomJS).

Could also consider some kind of CSS stats, to maintain secure low specificity and clean CSS.

@bnhovde
Copy link
Contributor Author

bnhovde commented Apr 18, 2017

Added jest to begin simple testing

@bnhovde bnhovde modified the milestone: Phase 1 Jun 19, 2017
@bnhovde bnhovde changed the title Testing framework Complete testing of all components Jun 20, 2017
@hellehi hellehi closed this as completed May 9, 2019
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

3 participants