Visit my blog or connect with me on Twitter
git init
or
| exports.config = { | |
| framework: 'jasmine', | |
| seleniumAddress: 'http://localhost:4444/wd/hub', | |
| specs: ['spec.js'], | |
| plugins: [{ | |
| axe: true, | |
| package: 'protractor-accessibility-plugin' | |
| }] | |
| } |
Visit my blog or connect with me on Twitter
git init
or