lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
985 stars 126 forks source link

Testing and CI #70

Open ncrmro opened 7 years ago

ncrmro commented 7 years ago

At the moment I have a project that whenever the repo get's pushed to has circle ci

I'd like to add some of this testing to this project. I'm thinking the first pull request would simply be to get the project to build on ci.

Then go from there.

Browser Testing

Unit Testing

CI Contentious Integration

ncrmro commented 7 years ago

This pull request has a pretty simple ci config to get things moving.

Let me know what guys thinks if you like the idea or not.

lvarayut commented 7 years ago

Totally agree with you! Testing and CI are the missing parts in Relay Fullstack.

ncrmro commented 7 years ago

So I've been thinking the best way to incorporate tests into the canary branch before further investigating. Which should technically use yo to generate the project and test that rather than the branch?

Neitsch commented 7 years ago

Master and canary don't use yo currently. Check out my PR to incorporate it.