X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=cypress%2Fsupport%2Findex.js;fp=cypress%2Fsupport%2Findex.js;h=d68db96df2697e0835f5c490db0c2cc81673f407;hb=0666181cc32377d48501a42c465b08d3e660ab62;hp=0000000000000000000000000000000000000000;hpb=eab93e71804198f2079196b2a9058f971cb1577b;p=examples%2Fangular-tour-of-heroes diff --git a/cypress/support/index.js b/cypress/support/index.js new file mode 100644 index 0000000..d68db96 --- /dev/null +++ b/cypress/support/index.js @@ -0,0 +1,20 @@ +// *********************************************************** +// This example support/index.js is processed and +// loaded automatically before your test files. +// +// This is a great place to put global configuration and +// behavior that modifies Cypress. +// +// You can change the location of this file or turn off +// automatically serving support files with the +// 'supportFile' configuration option. +// +// You can read more here: +// https://on.cypress.io/configuration +// *********************************************************** + +// Import commands.js using ES2015 syntax: +import './commands' + +// Alternatively you can use CommonJS syntax: +// require('./commands')