地图应用 DHIS2 Maps App Travis CI: : 运行测试 我们在此项目上运行两种类型的测试,单元测试和集成/浏览器测试。 两者均由Travis自动运行。 # Linting and unit tests > yarn lint # Evaluate code linting rules > yarn test # Run JEST for unit testing # Before running browser tests, start a development server at http://localhost:8082 or another addess exported as CYPRESS_ROOT_URL > yarn start > export CYPRESS_ROOT_URL=http://localhost:8082 > export CY