Sha256: 6bdeb74c90507242fe844d824f4bbf3d8d3952c07f60112e445821120bdb3627
Contents?: true
Size: 775 Bytes
Versions: 7
Compression:
Stored size: 775 Bytes
Contents
// *********************************************************** // 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: <% unless options.experimental %>// <% end %>import 'cypress-on-rails/support/index' import './commands' import './on-rails' // Alternatively you can use CommonJS syntax: // require('./commands')
Version data entries
7 entries across 7 versions & 1 rubygems