# extendify/0.11.0/cypress.config.js

Extendify, version 0.11.0. 8 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.11.0/code/cypress.config.js
- Raw: https://pluginprobe.com/plugins/extendify/0.11.0/raw/cypress.config.js
- Modified: 2022-08-25T21:16:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/0.11.0/code/cypress.config.js#L10-L20`.

```javascript
const { defineConfig } = require('cypress')

module.exports = defineConfig({
    e2e: {
        defaultCommandTimeout: 60000,
    },
})

```
