Skip to content

Commit cfd2c9a

Browse files
committed
chore: update readme/api
1 parent 0025dbb commit cfd2c9a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ describe('my e2e test', () => {
100100
// if true or undefined then Xvfb is automatically started before
101101
// the browser and the displayNum=99 added to the process.env
102102
xvfb: false,
103+
quiet: false,
103104
folder: process.cwd(),
104105
staticServer: {
105106
host: 'localhost', // or set process.env.HOST

docs/API.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
The local folder with static html files you wish to test. This folder is used both by browserstack-local and the static webserver.
1313
If you dont use either of those, the files will be loaded through the `file://` protocol.
1414

15+
### `quiet`
16+
_boolean_ (default: `false`)
17+
18+
If tue then information logging eg by static server and xvfb wont show
19+
1520
### `xvfb`
1621
_boolean_ (default: `true`)
1722

0 commit comments

Comments
 (0)