1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 /// <reference types="cypress" />
6 // ***********************************************************
7 // This example plugins/index.js can be used to load plugins
9 // You can change the location of this file or turn off loading
10 // the plugins file with the 'pluginsFile' configuration option.
12 // You can read more here:
13 // https://on.cypress.io/plugins-guide
14 // ***********************************************************
16 // This function is called when a project is opened or re-opened (e.g. due to
17 // the project's config changing)
20 * @type {Cypress.PluginConfig}
22 module.exports = (on, config) => {
23 // `on` is used to hook into various events Cypress emits
24 // `config` is the resolved Cypress config