Files
espocrm/frontend/test
Yuri Kuznetsov 116a605053 1 chunk
2023-06-01 14:12:22 +03:00
..
2023-01-03 16:01:43 +02:00
2023-06-01 14:12:22 +03:00
2022-07-24 10:35:54 +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 a chromedriver.

Run grunt internal before running tests to build a source bundle.

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