Merge branch '19143-project-list-workflows'
[arvados-workbench2.git] / cypress / support / index.js
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 // ***********************************************************
6 // This example support/index.js is processed and
7 // loaded automatically before your test files.
8 //
9 // This is a great place to put global configuration and
10 // behavior that modifies Cypress.
11 //
12 // You can change the location of this file or turn off
13 // automatically serving support files with the
14 // 'supportFile' configuration option.
15 //
16 // You can read more here:
17 // https://on.cypress.io/configuration
18 // ***********************************************************
19
20 // Import commands.js using ES2015 syntax:
21 import './commands'
22
23 // Alternatively you can use CommonJS syntax:
24 // require('./commands')