2020-11-22 20:50:07 +00:00
|
|
|
/*
|
2022-06-08 11:19:51 +00:00
|
|
|
* SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
2020-11-22 20:50:07 +00:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
2020-07-16 09:22:53 +00: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 11:14:01 +00:00
|
|
|
import './check-links'
|
2020-07-16 09:22:53 +00:00
|
|
|
import './config'
|
2021-01-06 12:09:33 +00:00
|
|
|
import './fill'
|
2021-11-19 17:04:04 +00:00
|
|
|
import './get-by-id'
|
2021-10-04 10:50:39 +00:00
|
|
|
import './get-iframe-content'
|
2022-04-15 21:03:15 +00:00
|
|
|
import './logout'
|
2022-01-30 20:46:43 +00:00
|
|
|
import './visit'
|
2022-11-30 21:10:23 +00:00
|
|
|
import './visit-test-editor'
|
|
|
|
import 'cypress-commands'
|