Release VID 6.0.2 (Frankfurt)
[vid.git] / vid-webpack-master / cypress / support / index.js
1 // ***********************************************************
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:
17 import './commands';
18 import './steps/login.step';
19 import './steps/fill.service.popup.step';
20 import './steps/fill.vnf.popup.step';
21 import './steps/fill.network.step';
22 import './steps/fill.vfModule.step';
23 import './steps/menu.step';
24 import './steps/openInstanceAuditInfoModal.step';
25 import './elements/element.actions';
26 import './elements/element.input.actions';
27 import './elements/element.select.actions';
28 import './application/application.session.actions';
29 import './elements/element.table.actions';
30 import './jsonBuilders/mocks/aai.mock';
31 import './jsonBuilders/mocks/vid.mock';
32 import './jsonBuilders/mocks/permission.mock';
33
34 import './steps/general/compareDeepObjects.step';
35 import './steps/drawingBoard/drawingBoardModel.steps';
36 import './steps/drawingBoard/drawingBoardTree.steps';
37 import './steps/genericForm/genericFormAction.steps';
38 import './steps/genericForm/popupViewport.step';
39 import './steps/drawingBoard/drawingBoardHeader.steps';
40 import './steps/drawingBoard/general.steps';
41 import './steps/general/clickOutside.step';
42 import './steps/drawingBoard/drawingBoardComponentInfo.steps';
43 import './steps/genericForm/checkPopover.step';
44
45 // Alternatively you can use CommonJS syntax:
46 // require('./commands')
47
48 Cypress.Screenshot.defaults({
49   capture: 'runner'
50 });