File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ describe('my e2e test', () => {
100
100
// if true or undefined then Xvfb is automatically started before
101
101
// the browser and the displayNum=99 added to the process.env
102
102
xvfb: false ,
103
+ quiet: false ,
103
104
folder: process .cwd (),
104
105
staticServer: {
105
106
host: ' localhost' , // or set process.env.HOST
Original file line number Diff line number Diff line change 12
12
The local folder with static html files you wish to test. This folder is used both by browserstack-local and the static webserver.
13
13
If you dont use either of those, the files will be loaded through the ` file:// ` protocol.
14
14
15
+ ### ` quiet `
16
+ _ boolean_ (default: ` false ` )
17
+
18
+ If tue then information logging eg by static server and xvfb wont show
19
+
15
20
### ` xvfb `
16
21
_ boolean_ (default: ` true ` )
17
22
You can’t perform that action at this time.
0 commit comments