huridocs/uwazi

View on GitHub
e2e/config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports.host = 'http://localhost:3000';
module.exports.BROWSER_WINDOW_SIZE = {
  width: 1300,
  height: 800,
};