isomorphic-relay-boilerplate icon indicating copy to clipboard operation
isomorphic-relay-boilerplate copied to clipboard

UI tests

Open juhaelee opened this issue 8 years ago • 1 comments

@denvned What do you think about this method for ui-testing (react components)?

Overview:

  • Karma using webpack as a preprocessor on a PhantomJS browser.
  • Mocha & Chai + Enzyme for React component testing

juhaelee avatar Mar 22 '16 17:03 juhaelee

@juhaelee This is great! I'm using the same setup on my app, but i was very curious to see Jest setup for this kind of environment, i tried to set up it, but not much luck with webpack in place.

fenos avatar Apr 05 '16 10:04 fenos