vue-adal
Version:
Vue plugin for using Azure Active Directory
12 lines (10 loc) • 351 B
JavaScript
// https://docs.cypress.io/guides/guides/plugins-guide.html
module.exports = (on, config) => {
return Object.assign({}, config, {
fixturesFolder: 'test/e2e/fixtures',
integrationFolder: 'test/e2e/specs',
screenshotsFolder: 'test/e2e/screenshots',
videosFolder: 'test/e2e/videos',
supportFile: 'test/e2e/support/index.js'
})
}