mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 21:04:21 +08:00
526 B
526 B
Vue Material Kit Free - Testing Branch
How to run locally the tests
- Get
testing
branch to the latest versiongit checkout testing
git pull
- Install dependecies
npm install
- Open project:
npm run serve
- Run tests (in other terminal)
npm run test:test:kit
- Open Visual regression dashboard
npm run generateReport
Development rules
- After developing a new feature merge master into testing branch so Visual Regression would run with the last version of the kit