This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(testapp): change the default port from 8000 to 8081
This prevents conflicts with the default port for the angular.js application. Closes #887
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ exports.config = { | |
// | ||
// A base URL for your application under test. Calls to protractor.get() | ||
// with relative paths will be prepended with this. | ||
baseUrl: 'http://localhost:' + (process.env.HTTP_PORT || '8000'), | ||
baseUrl: 'http://localhost:9876', | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
juliemr
Author
Member
|
||
|
||
// Selector for the element housing the angular app - this defaults to | ||
// body, but is necessary if ng-app is on a descendant of <body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I lost here Julie, should this be 8081?