Sha256: 0018f87c089ffa8ed72ef7abde0c77e2f92d1f7d4d497bf5c4c95f7baced4311

Contents?: true

Size: 232 Bytes

Versions: 7

Compression:

Stored size: 232 Bytes

Contents

const { defineConfig } = require('cypress')

module.exports = defineConfig({
  projectId: "2b6cjr",
  e2e: {
    baseUrl: "http://localhost:5017",
    defaultCommandTimeout: 10000,
    supportFile: "cypress/support/index.js"
  }
})

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cypress-on-rails-1.17.0 specs_e2e/cypress.config.js
cypress-on-rails-1.16.0 specs_e2e/cypress.config.js
cypress-on-rails-1.15.1 specs_e2e/cypress.config.js
cypress-on-rails-1.15.0 specs_e2e/cypress.config.js
cypress-on-rails-1.14.0 specs_e2e/cypress.config.js
cypress-on-rails-1.13.1 specs_e2e/cypress.config.js
cypress-on-rails-1.13.0 specs_e2e/cypress.config.js