UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

23 lines (21 loc) 508 B
// @flow const path = require('path'); module.exports = { tests: path.resolve(__dirname, '../tmp/tests.js'), testUrl: process.env.DOCKER_TEST_URL || 'http://10.200.10.1:3090', storage: { baseline: path.resolve(__dirname, 'regressions/screenshots'), output: path.resolve(__dirname, '../tmp/output'), }, selenium: { server: 'http://127.0.0.1:4444/wd/hub', }, profiles: [ { name: 'chrome', desiredCapabilities: { browserName: 'chrome', }, }, ], };