2020-11-22 15:50:07 -05:00
|
|
|
/*
|
2022-06-08 07:19:51 -04:00
|
|
|
* SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
2020-11-22 15:50:07 -05:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
2020-07-16 05:22:53 -04:00
|
|
|
// ***********************************************************
|
|
|
|
// This example support/index.ts is processed and
|
|
|
|
// loaded automatically before your test files.
|
|
|
|
//
|
|
|
|
// This is a great place to put global configuration and
|
|
|
|
// behavior that modifies Cypress.
|
|
|
|
//
|
|
|
|
// You can change the location of this file or turn off
|
|
|
|
// automatically serving support files with the
|
|
|
|
// 'supportFile' configuration option.
|
|
|
|
//
|
|
|
|
// You can read more here:
|
|
|
|
// https://on.cypress.io/configuration
|
|
|
|
// ***********************************************************
|
2022-02-13 06:14:01 -05:00
|
|
|
import './check-links'
|
2020-07-16 05:22:53 -04:00
|
|
|
import './config'
|
2021-01-06 07:09:33 -05:00
|
|
|
import './fill'
|
2021-11-19 12:04:04 -05:00
|
|
|
import './get-by-id'
|
2021-10-04 06:50:39 -04:00
|
|
|
import './get-iframe-content'
|
2022-04-15 17:03:15 -04:00
|
|
|
import './logout'
|
2022-01-30 15:46:43 -05:00
|
|
|
import './visit'
|
2022-11-30 16:10:23 -05:00
|
|
|
import './visit-test-editor'
|
|
|
|
import 'cypress-commands'
|