dhis2 app skeleton 源码
设置 安装依赖项: $ yarn install 发展 启动开发服务器: $ PORT=8081 REACT_APP_DHIS2_BASE_URL="http://localhost:8080" yarn start 面料: $ yarn lint 测验 运行单元测试: $ yarn test 在本地运行集成测试: $ export CYPRESS_DHIS2_AUTH='admin:district' $ export CYPRESS_EXTERNAL_API="http://localhost:8080" $ export CYPRESS_ROOT_URL=http://localhost:8081 # non-interactive $ yarn cy:e2e:run # interactive UI $ yarn cy:e2e:open 为了CYPRESS_DHIS2_A
用户评论