Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
// Extends with config from .firebaserc
return cypressFirebasePlugin(config)
}
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
// Extends with config from .firebaserc
return cypressFirebasePlugin(config)
}
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
// Extends with config from .firebaserc
return cypressFirebasePlugin(config)
}
module.exports = (on, config) => {
// Get Firebase configuration for Cypress
config.env.APP_API_KEY = process.env.REACT_APP_API_KEY
config.env.APP_AUTH_DOMAIN = process.env.REACT_APP_AUTH_DOMAIN
config.env.APP_PROJECT_ID = process.env.REACT_APP_PROJECT_ID
config.env.FIREBASE_TOKEN = process.env.FIREBASE_TOKEN
return cypressFirebasePlugin(config)
}
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
// Extends with config from .firebaserc
return cypressFirebasePlugin(config)
}