mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
19 lines
444 B
Markdown
19 lines
444 B
Markdown
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`.
|