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