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