jsonresume-theme-boilerplate icon indicating copy to clipboard operation
jsonresume-theme-boilerplate copied to clipboard

Unit testing

Open mchelen opened this issue 10 years ago • 4 comments

It would be great to add a basic unit test, perhaps via .travis.yml to help developers confirm their theme is working.

mchelen avatar Jan 29 '15 12:01 mchelen

Nah, I think it's overkill.

And we can't really take for granted that people using this boilerplate knows Node and how to run/add tests. And Travis requires signing up, right?

Manual testing via resume serve should do it.

erming avatar Feb 11 '15 23:02 erming

Whoops, I totally filed this bug in the wrong repo. I meant to post it in resume-cli.

mchelen avatar Feb 11 '15 23:02 mchelen

I'd have to disagree, a Travis test that can signify if a theme is rendering would be fantastic.

thomasdavis avatar Feb 12 '15 14:02 thomasdavis

Ah ok yes that would be helpful. I don't think it's possible to test if the output is correct, but we can at least check that the render was performed without errors.

mchelen avatar Feb 18 '15 02:02 mchelen