Skip to content

Instantly share code, notes, and snippets.

View ddregalo's full-sized avatar
🛹
Riding the wave 🌊

Daniel Campos ddregalo

🛹
Riding the wave 🌊
View GitHub Profile
@csuzw
csuzw / index.js
Created November 7, 2019 10:49
Azure AD Single Sign On with Cypress
// This goes in cypress/plugins/index.js
const AzureAdSingleSignOn = require('./azure-ad-sso/plugin').AzureAdSingleSignOn
module.exports = (on, config) => {
on('task', {AzureAdSingleSignOn:AzureAdSingleSignOn})
}