Skip to content

connect on google account to use youtube search and more  #891

Description

@catafest-work

I tried to connect to google account to use youtube.
I used in cypress.config.js and I set all securities from browser settings to let me connect, but not work:

const { defineConfig } = require('cypress')

module.exports = defineConfig({
  fixturesFolder: false,
  viewportHeight: 640,
  viewportWidth: 480,
  e2e: {
    supportFile: false,
    setupNodeEvents (on, config) {
      // `on` is used to hook into various events Cypress emits
      // `config` is the resolved Cypress config
      on('before:browser:launch', (browser, launchOptions) => {
        if (browser.family === 'chromium') {
          launchOptions.args.push('--enable-logging', '--v=1')

          return launchOptions
        }
      })
    },
  },
})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions