0.0.8-develop-8047881f4ef7af560613501b0155538a7655246b • Published 7 years ago
hokku-web-dev v0.0.8-develop-8047881f4ef7af560613501b0155538a7655246b
Development
Install dependencies
Install all dependencies from npm repository
# npm installBuild
# npm run buildor for components
# npm run core:build
# npm run node:build
# npm run web:buildTests
pre requirements
How to prepare environment to execute all available tests
# npm run mock:initAlso you can deinitialize environment as described below
# npm run mock:deinitto start mock components
# npm run mock:startto stop mock components
# npm run mock:stopAfter you have mock components in active state you can start tests
run tests
# npm run core:test:node
# npm run core:test:browser
# npm run core:test:watch
# npm run core:test
# npm run core:integration:node
# npm run core:integration:browser
# npm run core:integration
# npm run node:test
# npm run node:test:watch
# npm run node:integration
# npm run web:test
# npm run web:test:watch
# npm run web:integrationto run all tests please use
# npm run test
# npm run integration0.0.1
7 years ago