]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/applitools.config.js
import ceph 16.2.7
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / applitools.config.js
CommitLineData
a4b75251
TL
1module.exports = {
2 appName: 'Ceph Dashboard',
3 apiKey: process.env.APPLITOOLS_API_KEY,
4 browser: [
5 { width: 1920, height: 1080, name: 'chrome' },
6 { width: 1920, height: 1080, name: 'firefox' },
7 { width: 800, height: 600, name: 'chrome' },
8 { width: 800, height: 600, name: 'firefox' }
9 ],
10 showLogs: true,
11 saveDebugData: true,
12 failCypressOnDiff: true,
13 concurrency: 4
14};