UNPKG
klee
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Record browser interactions for testing.
klee-cli.com
juansgaitan/Klee
klee
/
src
/
lib
/
constants.js
11 lines
(9 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
[width, height] =
require
(
'screenres'
).
get
()
module
.
exports
= {
STORE_DIR
:
'.results'
,
BROWSER_CONFIG
: {
headless
:
false
,
// Browser should always show in recordings & actions execution
width, height, }, }