Denys Vuika 60da9d8b94 Cypress integration (#357)
* initial cypress setup and sample specs

* integrate with e2e run

* update ci settings

* config update

* update config

* remove cypress from e2e setup

* update protractor settings

* upgrade libs

* restore tsconfig

* re-enable cypress
2018-05-14 12:54:13 +03:00

26 lines
841 B
JavaScript

// ***********************************************
// 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 is will overwrite an existing command --
// Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... })