@@ -122,9 +122,10 @@ on `http://localhost:<port>` and tests will be run there.
122
122
* ` ie`
123
123
* ` phantom`
124
124
* ` safari`
125
- * ` keepOpen` (Boolean): Leave the browser open for debugging after running tests.
126
- * ` node` (Boolean): Enable nodejs integration for electron.
127
- * ` basedir` (String): Set this if you need to require node modules in ` node` mode
125
+ * ` keepOpen (Boolean)` : Leave the browser open for debugging after running tests.
126
+ * ` node (Boolean)` Enable nodejs integration for electron.
127
+ * ` sandbox (Boolean) [Default: true]` : Enable electron sandbox.
128
+ * ` basedir` (String): Set this if you need to require node modules in ` node` mode.
128
129
129
130
The ** CLI** takes the same arguments, plus ` --render` (see blow):
130
131
@@ -134,15 +135,16 @@ Pipe a browserify stream into this.
134
135
browserify [opts] [files] | tape-run [opts]
135
136
136
137
Options:
137
- --wait Timeout for tap-finished
138
- --port Wait to be opened by a browser on that port
139
- --static Serve static files from this directory
138
+ --wait Timeout for tap-finished
139
+ --port Wait to be opened by a browser on that port
140
+ --static Serve static files from this directory
140
141
--browser Browser to use. Always available: electron. Available if installed: chrome, firefox, ie, phantom, safari [default: " electron" ]
141
- --render Command to pipe tap output to for custom rendering
142
- --keep-open Leave the browser open for debugging after running tests
143
- --node Enable nodejs integration for electron
144
- --basedir Set this if you need to require node modules in node mode
145
- --help Print usage instructions
142
+ --render Command to pipe tap output to for custom rendering
143
+ --keep-open Leave the browser open for debugging after running tests
144
+ --node Enable nodejs integration for electron
145
+ --sandbox Enable electron sandbox [default: true]
146
+ --basedir Set this if you need to require node modules in node mode
147
+ --help Print usage instructions
146
148
` ` `
147
149
148
150
...or any of the [other options you can pass to browser-run](https://github.com/juliangruber/browser-run#runopts).
0 commit comments