UNPKG

klee

Version:

Record browser interactions for testing.

11 lines (9 loc) 231 B
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, }, }