Skip to content

Commit 9e5b0dc

Browse files
committed
Issue #44
1 parent e41637e commit 9e5b0dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- index.js renamed to main.js
2020
- preparing the environment may be optional
2121
- errors during test function are now saved into test record db
22+
- new config options (see readme)
2223

2324

2425
## [1.2.0]

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A small set of modules written in Node.js for running automated tests of MATLAB
44

55
Currently unsupported:
66
* Running tests on forked repositories
7-
*
7+
* Testing multiple repos (unless they are submodules)
88

99
## Getting Started
1010

@@ -43,6 +43,13 @@ Add these to the settings.json file in config:
4343
}
4444
}
4545
```
46+
Some extra optional settings:
47+
48+
- `shell` - optional shell to use when calling scripts (see `child_process.execFile` options).
49+
- `events:event:ref_include` - same as `ref_ignore`, but a pass list instead of block list.
50+
- `kill_children` - if present and true, `tree-kill` is used to kill the child processes, required
51+
if shell/batch script forks test process (e.g. a batch script calls python).
52+
4653
Finally, ensure these scripts are executable by node:
4754
```
4855
chmod u+x ./run_tests.BAT

0 commit comments

Comments
 (0)