hermione

v8.9.6
Tests framework based on mocha and wdio
hermione webdriverio mocha test

build

tsc && npm run copy-static

copy-static

copyfiles 'src/browser/client-scripts/*' build

check-types

tsc --project tsconfig.spec.json

clean

rimraf build/ *.tsbuildinfo

lint

eslint --cache . && prettier --check .

reformat

eslint --fix . && prettier --write .

prettier-watch

onchange '**' --exclude-path .prettierignore -- prettier --write {{changed}}

test-unit

_mocha test/

test

npm run test-unit && npm run check-types && npm run lint

toc

doctoc README.md

precommit

npm run lint

prepack

npm run clean && npm run build

preversion

npm run lint && npm test

commitmsg

commitlint -e

release

standard-version -t hermione/

watch

npm run copy-static && tsc --watch
npm i hermione

Metadata

  • MIT
  • >= 18.0.0
  • Unknown
  • released 6/14/2024

Downloads