1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-27 20:59:01 +00:00
conky/web/cypress.config.js
Brenden Matthews aacf2289de
Improve the web tests (#1430)
* Improve the web tests

* That's not portable

* Use regex here

* Set concurrency on web CI
2023-02-26 09:37:41 -05:00

11 lines
240 B
JavaScript

/* eslint-disable @typescript-eslint/no-var-requires */
const { defineConfig } = require('cypress')
module.exports = defineConfig({
scrollBehavior: 'center',
e2e: {
baseUrl: 'http://localhost:3000',
supportFile: false,
},
})