blob: 7b8506a1b32f21d30d85cc9867f9a11cd487944b [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001// ***********************************************************
2// This example support/index.js is processed and
3// loaded automatically before your test files.
4//
5// This is a great place to put global configuration and
6// behavior that modifies Cypress.
7//
8// You can change the location of this file or turn off
9// automatically serving support files with the
10// 'supportFile' configuration option.
11//
12// You can read more here:
13// https://on.cypress.io/configuration
14// ***********************************************************
15
16// Import commands.js using ES2015 syntax:
17import './commands';
18import './steps/login.step';
19import './elements/element.actions';
20import './elements/element.input.actions';
21import './elements/element.select.actions';
22import './application/application.session.actions';
23import './elements/element.table.actions';
24import './jsonBuilders/mocks/aai.mock';
25import './jsonBuilders/mocks/vid.mock';
26
27// Alternatively you can use CommonJS syntax:
28// require('./commands')
29
30