1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 // ***********************************************************
6 // This example support/index.js is processed and
7 // loaded automatically before your test files.
9 // This is a great place to put global configuration and
10 // behavior that modifies Cypress.
12 // You can change the location of this file or turn off
13 // automatically serving support files with the
14 // 'supportFile' configuration option.
16 // You can read more here:
17 // https://on.cypress.io/configuration
18 // ***********************************************************
20 // Import commands.js using ES2015 syntax:
22 import "cypress-fail-fast";
24 // Alternatively you can use CommonJS syntax:
25 // require('./commands')