Cypress unit testing
This commit is contained in:
parent
4bcacd4d7c
commit
39e83c0963
9 changed files with 2413 additions and 32 deletions
22
cypress/support/e2e.js
Normal file
22
cypress/support/e2e.js
Normal file
|
@ -0,0 +1,22 @@
|
|||
// ***********************************************************
|
||||
// This example support/e2e.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'
|
||||
import 'cypress-file-upload'
|
||||
import 'cypress-real-events'
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
// require('./commands')
|
Loading…
Add table
Add a link
Reference in a new issue