mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 23:50:11 +08:00

* Prepare Electron >=14 upgrade * Replace spectron with playwright * Upgrade Electron to v15 * Fix unit test issue with @electron/remote * Use per day cache directory for E2E tests * Fix code style
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
const config = {
|
|
workers: 1,
|
|
use: {
|
|
headless: false,
|
|
viewport: { width: 1280, height: 720 },
|
|
timeout: 30000
|
|
}
|
|
}
|
|
module.exports = config
|