Skip to content

Instantly share code, notes, and snippets.

View abishekram's full-sized avatar
📄
Learning

Abishekram Ramachandran abishekram

📄
Learning
View GitHub Profile
@abishekram
abishekram / conf.js
Created December 11, 2019 09:06
Protractor accessibility test with axe-core
exports.config = {
framework: 'jasmine',
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: ['spec.js'],
plugins: [{
axe: true,
package: 'protractor-accessibility-plugin'
}]
}