Closed anishkny closed 7 years ago
@anishkny Add please tests for login
and logout
. It will be enough for acceptance tests
@anishkny Exclude package-lock.json
file from PR also please
@anishkny Thanks for PR. If you want you can try to replace PhantomJS
to Puppeteer
within hacktoberfest
by next issue :)
I added Puppeteer to devDependencies and added a simple test to load the page in headless Chrome and verify a few key elements are present in the DOM. I bumped the Travis Node version to 8 since Puppeteer requires Node 7+.
Build is passing on Travis: https://travis-ci.org/anishkny/redux-universal-boilerplate/builds/284243617