Skip to content

Commit

Permalink
fix(tests): change paths for karma and protractor
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Mar 5, 2015
1 parent e4f2cb5 commit 17260f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
exports.config = { // jshint ignore:line

// The version is susceptible to change
seleniumServerJar: '../node_modules/gulp-protractor/node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar',
// chromeDriver: '../node_modules/gulp-protractor/node_modules/protractor/selenium/chromedriver',
seleniumServerJar: './node_modules/gulp-protractor/node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar',
// chromeDriver: './node_modules/gulp-protractor/node_modules/protractor/selenium/chromedriver',

baseUrl: 'http://localhost:9000',

capabilities: {
browserName: 'chrome'
// chromeOptions: {
// binary: '/usr/bin/google-chrome-unstable'
// binary: '/usr/bin/google-chrome-stable'
// }
},

Expand Down
2 changes: 1 addition & 1 deletion app/templates/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = function (config) {
config.set({

basePath: '',
basePath: 'client',

frameworks: ['jasmine'],

Expand Down

0 comments on commit 17260f3

Please sign in to comment.