aboutsummaryrefslogtreecommitdiff
path: root/cypress/support/commands.ts
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 13:43:35 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 13:43:35 +0200
commitf54492840220182b7e20f9ca4a38a035dea6ca7f (patch)
tree63fe15b08d0cbfd48fb4125d7ba3c744a93a5582 /cypress/support/commands.ts
parentdb21c5a1be6376b628756b09c023159b842f7c29 (diff)
downloadit-tools-f54492840220182b7e20f9ca4a38a035dea6ca7f.tar.gz
it-tools-f54492840220182b7e20f9ca4a38a035dea6ca7f.tar.zst
it-tools-f54492840220182b7e20f9ca4a38a035dea6ca7f.zip
chore: removed cypress integrations
Diffstat (limited to 'cypress/support/commands.ts')
-rw-r--r--cypress/support/commands.ts25
1 files changed, 0 insertions, 25 deletions
diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts
deleted file mode 100644
index 119ab03..0000000
--- a/cypress/support/commands.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-// ***********************************************
-// This example commands.js shows you how to
-// create various custom commands and overwrite
-// existing commands.
-//
-// For more comprehensive examples of custom
-// commands please read more here:
-// https://on.cypress.io/custom-commands
-// ***********************************************
-//
-//
-// -- This is a parent command --
-// Cypress.Commands.add('login', (email, password) => { ... })
-//
-//
-// -- This is a child command --
-// Cypress.Commands.add('drag', { prevSubject: 'element'}, (subject, options) => { ... })
-//
-//
-// -- This is a dual command --
-// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
-//
-//
-// -- This will overwrite an existing command --
-// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })