Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 417 Bytes

File metadata and controls

9 lines (7 loc) · 417 Bytes

es2015-commonsjs-modules

Use NPM modules from Cypress specs

Thanks to the built-in JS bundler, Cypress bundles modules that use ES5 require and/or ES6 import mechanism. See cypress/integration/es2015-commonjs-modules-spec.js

  • Import ES2015 modules.
  • Require CommonJS modules.
  • Organize reusable utility functions.
  • Import 3rd party node_modules.