Files
espocrm/frontend/test
2023-12-31 10:49:50 +02:00
..
2023-12-31 10:49:50 +02:00
2023-12-31 10:49:50 +02:00
2023-06-22 20:50:42 +03:00
2023-06-10 16:31:34 +03:00

Command to run:

npx jasmine-browser-runner runSpecs --config=frontend/test/jasmine-browser.json

Starting a server (http://localhost:8888/):

npx jasmine-browser-runner serve --config=frontend/test/jasmine-browser.json

Requires Chromedriver.

Run grunt internal before running tests to build a lib bundle. Then run grunt transpile after changes in source files, before running tests.

To test a module that is not in the bundle add it to the srcFiles parameter in the jasmine-browser.json.