-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from urbanriskmap/dev
User agreement updates, permanent link for T&Cs
- Loading branch information
Showing
37 changed files
with
746 additions
and
263 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
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export default { | ||
debug: true, | ||
testing: true, | ||
tile_layer: 'https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.{ext}', | ||
debug: false, | ||
testing: false, | ||
tile_layer: 'https://api.mapbox.com/v4/mapbox.streets/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoidXJiYW5yaXNrbWFwIiwiYSI6ImNpdmVhbTFraDAwNHIyeWw1ZDB6Y2hhbTYifQ.tpgt1PB5lkJ-wITS02c96Q', | ||
data_server: 'https://data-dev.petabencana.id/', | ||
app: 'https://dev.petabencana.id/', | ||
default_language: 'en', | ||
supported_languages: ['en', 'id'], | ||
enable_test_cardid: true | ||
enable_test_cardid: true | ||
}; |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// An example configuration file. | ||
exports.config = { | ||
//directConnect: true, | ||
|
||
'seleniumAddress': 'http://hub-cloud.browserstack.com/wd/hub', | ||
|
||
'capabilities': { | ||
'browserstack.user': process.env.BROWSERSTACK_USERNAME, | ||
'browserstack.key': process.env.BROWSERSTACK_KEY, | ||
'browserName': 'android', | ||
'platform': 'ANDROID', | ||
'device': 'Samsung Galaxy S5', | ||
'browserstack.local': 'true', | ||
}, | ||
|
||
// Capabilities to be passed to the webdriver instance. | ||
//capabilities: { | ||
// 'browserName': 'chrome' | ||
//}, | ||
|
||
// optional: add seleniumServerJar with proper version number | ||
// seleniumServerJar: './node_modules/gulp-protractor/node_modules/protractor/selenium/selenium-server-standalone-2.53.1.jar', | ||
specs: ['test/e2e/**/*.js'], | ||
|
||
plugins: [{ | ||
path: './node_modules/aurelia-protractor-plugin' | ||
//package: 'aurelia-protractor-plugin' | ||
}], | ||
|
||
|
||
// Options to be passed to Jasmine-node. | ||
jasmineNodeOpts: { | ||
showColors: true, | ||
defaultTimeoutInterval: 30000 | ||
} | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// An example configuration file. | ||
exports.config = { | ||
//directConnect: true, | ||
|
||
'seleniumAddress': 'http://hub-cloud.browserstack.com/wd/hub', | ||
|
||
'capabilities': { | ||
'browserstack.user': process.env.BROWSERSTACK_USERNAME, | ||
'browserstack.key': process.env.BROWSERSTACK_KEY, | ||
'browserName': 'iPhone', | ||
'platform': 'MAC', | ||
'device': 'iPhone 6S', | ||
'browserstack.debug': 'true', | ||
'browserstack.local': 'true', | ||
}, | ||
|
||
// Capabilities to be passed to the webdriver instance. | ||
//capabilities: { | ||
// 'browserName': 'chrome' | ||
//}, | ||
|
||
// optional: add seleniumServerJar with proper version number | ||
// seleniumServerJar: './node_modules/gulp-protractor/node_modules/protractor/selenium/selenium-server-standalone-2.53.1.jar', | ||
specs: ['test/e2e/**/*.js'], | ||
|
||
plugins: [{ | ||
path: './node_modules/aurelia-protractor-plugin' | ||
//package: 'aurelia-protractor-plugin' | ||
}], | ||
|
||
|
||
// Options to be passed to Jasmine-node. | ||
jasmineNodeOpts: { | ||
showColors: true, | ||
defaultTimeoutInterval: 30000 | ||
} | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// An example configuration file. | ||
exports.config = { | ||
//directConnect: true, | ||
|
||
'seleniumAddress': 'http://hub-cloud.browserstack.com/wd/hub', | ||
|
||
'capabilities': { | ||
'browserstack.user': process.env.BROWSERSTACK_USERNAME, | ||
'browserstack.key': process.env.BROWSERSTACK_KEY, | ||
'os': 'OS X', | ||
'os_version': 'Yosemite', | ||
'browserName': 'Safari', | ||
'browser_version': '8.0', | ||
'resolution': '1024x768', | ||
'browserstack.debug': 'true', | ||
'browserstack.local': 'true', | ||
}, | ||
|
||
// Capabilities to be passed to the webdriver instance. | ||
//capabilities: { | ||
// 'browserName': 'chrome' | ||
//}, | ||
|
||
// optional: add seleniumServerJar with proper version number | ||
// seleniumServerJar: './node_modules/gulp-protractor/node_modules/protractor/selenium/selenium-server-standalone-2.53.1.jar', | ||
specs: ['test/e2e/**/*.js'], | ||
|
||
plugins: [{ | ||
path: './node_modules/aurelia-protractor-plugin' | ||
//package: 'aurelia-protractor-plugin' | ||
}], | ||
|
||
|
||
// Options to be passed to Jasmine-node. | ||
jasmineNodeOpts: { | ||
showColors: true, | ||
defaultTimeoutInterval: 30000 | ||
} | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// An example configuration file. | ||
exports.config = { | ||
directConnect: true, | ||
|
||
// Capabilities to be passed to the webdriver instance. | ||
capabilities: { | ||
'browserName': 'chrome' | ||
}, | ||
|
||
// optional: add seleniumServerJar with proper version number | ||
// seleniumServerJar: './node_modules/gulp-protractor/node_modules/protractor/selenium/selenium-server-standalone-2.53.1.jar', | ||
specs: ['../test/e2e/**/*.js'], | ||
|
||
plugins: [{ | ||
path: '../node_modules/aurelia-protractor-plugin' | ||
//package: 'aurelia-protractor-plugin' | ||
}], | ||
|
||
|
||
// Options to be passed to Jasmine-node. | ||
jasmineNodeOpts: { | ||
showColors: true, | ||
defaultTimeoutInterval: 30000 | ||
} | ||
}; |
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
Oops, something went wrong.