ufocoder / redux-universal-boilerplate

Boilerplate for react universal (isomorphic) application based on flux architecture (redux implementation)
MIT License
72 stars 19 forks source link

Acceptance tests #31

Closed ufocoder closed 6 years ago

ufocoder commented 6 years ago

Need to implement several acceptance tests and add task for travis-ci.

For testing could be used webdriver.io

anishkny commented 6 years ago

How about using GoogleChrome/puppeteer and ava? I can work something out soonish. LMK.

Something along the lines of: https://github.com/anishkny/realworld-e2e-test

ufocoder commented 6 years ago

@anishkny Puppeteer is a great tool you could add it to this boilerplate

And about task runner. Boilerplate has already task runner such as mocha

anishkny commented 6 years ago

Sounds good. Will try to have something working!