xudafeng |
paradite |
BernardTolosajr |
snapre |
---|
This project follows the git-contributor spec, auto updated at Tue Nov 02 2021 23:20:50 GMT+0800
.
Give a guiding example of 100% coverage based on Macaca:
- source code: https://github.com/app-bootstrap/web-app-bootstrap/tree/master/antd-sample
- test case: https://github.com/app-bootstrap/web-app-bootstrap/tree/master/test/antd-sample
$ npm run dev:test
$ npm run test:antd
├── flux # flux
├── redux # redux
├── redux-saga # redux-saga
├── plain # vue with event-bus
├── mobx # mobx
├── vuex # vuex
├── vuex-ts # vuex & typescript
├── unstated # unstated
├── app-bootstrap # app-boostrap based on Antd mobile
├── antd-sample # sample based on Antd
└── test # UI test case
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run ci
# run all tests
npm test
# run plain implementation test
npm run test:plain