blob: 1bee72d2cae524f33b268f2b1bf10800418a5e4d [file] [log] [blame]
Nabin Hait74b8c992021-04-15 11:30:55 +05301// ***********************************************************
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';
18
19
20// Alternatively you can use CommonJS syntax:
21// require('./commands')
22
23Cypress.Cookies.defaults({
24 preserve: 'sid'
25});