angular-bootstrap-scrolling-tabs
Version:
Angular directive for scrollable Bootstrap Tabs
12 lines (11 loc) • 373 B
JavaScript
exports.config = {
//seleniumAddress : 'http://127.0.0.1:4444/wd/hub',
seleniumServerJar: './node_modules/protractor/node_modules/webdriver-manager/selenium/selenium-server-standalone-3.4.0.jar',
onPrepare: function () {
browser.driver.manage().window().setSize(800, 800);
},
specs: [
'test/bootstrap-tabs.e2e.js',
'test/angular-ui-tabs.e2e.js'
]
}