Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
catafest-work opened this issue Jul 22, 2024 · 0 comments
Open

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

catafest-work opened this issue Jul 22, 2024 · 0 comments

Comments

@catafest-work
Copy link

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
        }
      })
    },
  },
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant