Generate personal access token at github: https://github.com/settings/tokens
Use command to encrypt your personal access token for travis-ci
travis encrypt GH_TOKEN=<Your TOKEN> --add
Generate personal access token at saucelabs: https://saucelabs.com/beta/user-settings Use command to encrypt your personal access token for travis-ci
travis encrypt SAUCE_ACCESS_KEY=<Your TOKEN> --add
To run local selenium tests you need a java (version >= 8) If problems occur, please install the selenium standalone server manually in global scope.
npm i selenium-standalone -g
- Postcss support
- webpackmonitor (https://github.com/nuxt-community/webpackmonitor-module)