Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(config): remove references to old versions of selenium standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Dec 20, 2013
1 parent 30c0ceb commit 35d92a2
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 23 deletions.
5 changes: 3 additions & 2 deletions referenceConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ exports.config = {

// The location of the selenium standalone server .jar file, relative
// to the location of this config. If no other method of starting selenium
// is found, this will default to protractor/selenium/selenium-server...
seleniumServerJar: './selenium/selenium-server-standalone-2.37.0.jar',
// is found, this will default to
// node_modules/protractor/selenium/selenium-server...
seleniumServerJar: null,
// The port to start the selenium server on, or null if the server should
// find its own unused port.
seleniumPort: null,
Expand Down
3 changes: 0 additions & 3 deletions spec/altRootConf.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// Tests for an Angular app where ng-app is not on the body.
exports.config = {
seleniumServerJar: '../selenium/selenium-server-standalone-2.37.0.jar',
chromeDriver: '../selenium/chromedriver',

seleniumAddress: 'http://localhost:4444/wd/hub',

// Spec patterns are relative to this config.
Expand Down
3 changes: 0 additions & 3 deletions spec/basicConf.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// The main suite of Protractor tests.
exports.config = {
seleniumServerJar: '../selenium/selenium-server-standalone-2.37.0.jar',
chromeDriver: '../selenium/chromedriver',

seleniumAddress: 'http://localhost:4444/wd/hub',

// Spec patterns are relative to this directory.
Expand Down
3 changes: 0 additions & 3 deletions spec/junitOutputConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ require('jasmine-reporters');

// The main suite of Protractor tests.
exports.config = {
seleniumServerJar: '../selenium/selenium-server-standalone-2.35.0.jar',
chromeDriver: '../selenium/chromedriver',

seleniumAddress: 'http://localhost:4444/wd/hub',

specs: [
Expand Down
3 changes: 0 additions & 3 deletions spec/login/viaConfigConf.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// This is the configuration file showing how a suite of tests might
// handle log-in using the onPrepare field.
exports.config = {
seleniumServerJar: './selenium/selenium-server-standalone-2.35.0.jar',
chromeDriver: './selenium/chromedriver',

seleniumAddress: 'http://localhost:4444/wd/hub',

specs: [
Expand Down
3 changes: 0 additions & 3 deletions spec/login/viaTestConf.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// This is the configuration file showing how a suite of tests might
// handle log-in using the onPrepare field.
exports.config = {
seleniumServerJar: './selenium/selenium-server-standalone-2.35.0.jar',
chromeDriver: './selenium/chromedriver',

seleniumAddress: 'http://localhost:4444/wd/hub',

specs: [
Expand Down
3 changes: 0 additions & 3 deletions spec/onPrepareConf.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// The main suite of Protractor tests.
exports.config = {
seleniumServerJar: '../selenium/selenium-server-standalone-2.35.0.jar',
chromeDriver: '../selenium/chromedriver',

seleniumAddress: 'http://localhost:4444/wd/hub',

// Spec patterns are relative to this directory.
Expand Down
3 changes: 0 additions & 3 deletions spec/onPrepareStringConf.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Configuration using a string in onPrepare to load a file with code to
// execute once before tests.
exports.config = {
seleniumServerJar: '../selenium/selenium-server-standalone-2.35.0.jar',
chromeDriver: '../selenium/chromedriver',

seleniumAddress: 'http://localhost:4444/wd/hub',

// Spec patterns are relative to this directory.
Expand Down

0 comments on commit 35d92a2

Please sign in to comment.