This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/test/README.md
T
Yuri Kuznetsov d2398400e2 rename
2022-06-24 19:58:25 +03:00

12 lines
308 B
Markdown

Command to run:
```
npx jasmine-browser-runner runSpecs --config=frontend/test/jasmine-browser.json
```
Requires a chromedriver.
Run `grunt client` 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`.