Skip to content

Testing & development

Adam Tauber edited this page Sep 29, 2022 · 1 revision

Use manage.sh to run tests or create test/production artifacts.

Currently the following commands are available:

help                 - Display help

Dependencies
------------------
install_js_deps      - Install or install frontend dependencies (required only for development)
install_test_deps    - Install or install test dependencies

Tests
-----
run_unit_tests       - Run unit tests
run_e2e_tests        - Run browser tests
start_test_server    - Launch test server

Build
-----
build_css            - Build css files
build_addon          - Build addon
build_test_addon     - Build test addon

Clone this wiki locally