best practices for UI testing and repo structure
- zero configuration
- headless UI testing (PhantomJS)
- simple application interation (NightmareJS)
brew install phantomjs
npm install
npm test
npm start
npm run depoy
best practices for UI testing and repo structure
brew install phantomjs
npm install
npm test
npm start
npm run depoy