main

mattermost/focalboard

Last updated at: 29/12/2023 09:38

index.ts

TLDR

The index.ts file in the cypress/support directory imports various Cypress extensions and custom commands for API and UI testing.

Classes

There are no classes in this file.

Methods

There are no methods in this file.

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.

import '@testing-library/cypress/add-commands'

import 'cypress-real-events/support'

import './api_commands'
import './ui_commands'

import 'cypress-failed-log'