-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sérgio Martins
authored
Dec 27, 2020
1 parent
694910e
commit fa784bc
Showing
37 changed files
with
733 additions
and
85 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...need-help-with-ui-automation-bootstrap.md → ...ed-help-with-test-automation-bootstrap.md
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ target/ | |
*.iml | ||
/reports/ExtentReport.html | ||
/.vscode | ||
secrets/ |
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,33 +1,33 @@ | ||
## Change Log | ||
|
||
### v1.6.1 (2020/07/02 08:53 +00:00) | ||
- [#29](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/29) 🐛 Fix logback configuration to default package (#29) (@sergiomartins8) | ||
- [#29](https://github.com/sergiomartins8/test-automation-bootstrap/pull/29) 🐛 Fix logback configuration to default package (#29) (@sergiomartins8) | ||
|
||
### v1.6.0 (2020/06/22 18:02 +00:00) | ||
- [#27](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/27) ⬆️ Upgrade to selenide:5.12.2 (#27) (@sergiomartins8) | ||
- [#27](https://github.com/sergiomartins8/test-automation-bootstrap/pull/27) ⬆️ Upgrade to selenide:5.12.2 (#27) (@sergiomartins8) | ||
|
||
### v1.5.0 (2020/05/26 10:16 +00:00) | ||
- [#26](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/26) ⬆️ Upgrade to selenide:5.12.1 (#26) (@sergiomartins8) | ||
- [#25](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/25) 🔥 Revamp structure (#25) (@sergiomartins8) | ||
- [#26](https://github.com/sergiomartins8/test-automation-bootstrap/pull/26) ⬆️ Upgrade to selenide:5.12.1 (#26) (@sergiomartins8) | ||
- [#25](https://github.com/sergiomartins8/test-automation-bootstrap/pull/25) 🔥 Revamp structure (#25) (@sergiomartins8) | ||
|
||
### v1.4.0 (2020/05/24 14:38 +00:00) | ||
- [#24](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/24) ☀️ Travis Integration (#24) (@sergiomartins8) | ||
- [#24](https://github.com/sergiomartins8/test-automation-bootstrap/pull/24) ☀️ Travis Integration (#24) (@sergiomartins8) | ||
|
||
### v1.3.0 (2020/05/21 08:32 +00:00) | ||
- [#23](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/23) ☀️ Jenkins Integration (#23) (@sergiomartins8) | ||
- [#22](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/22) 🤖 Revamp CI/CD pipelines (#22) (@sergiomartins8) | ||
- [#23](https://github.com/sergiomartins8/test-automation-bootstrap/pull/23) ☀️ Jenkins Integration (#23) (@sergiomartins8) | ||
- [#22](https://github.com/sergiomartins8/test-automation-bootstrap/pull/22) 🤖 Revamp CI/CD pipelines (#22) (@sergiomartins8) | ||
|
||
### v1.2.0 (2020/05/11 15:28 +00:00) | ||
- [#21](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/21) ✅ Refactor test examples (#21) (@sergiomartins8) | ||
- [#21](https://github.com/sergiomartins8/test-automation-bootstrap/pull/21) ✅ Refactor test examples (#21) (@sergiomartins8) | ||
|
||
### v1.1.0 (2020/05/09 17:49 +00:00) | ||
- [#20](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/20) 🐛 Fix firefox integration tests (#20) (@sergiomartins8) | ||
- [#20](https://github.com/sergiomartins8/test-automation-bootstrap/pull/20) 🐛 Fix firefox integration tests (#20) (@sergiomartins8) | ||
|
||
### v1.0.0 (2020/05/06 06:59 +00:00) | ||
- [#18](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/18) ☀️ Moving to archetype (#18) (@sergiomartins8) | ||
- [#16](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/16) 🤖 Github actions CI (#16) (Sérgio Martins) | ||
- [#15](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/15) CI/CD - github actions (#15) (Sérgio Martins) | ||
- [#13](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/13) revamp current system properties management (#13) (Sérgio Martins) | ||
- [#10](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/10) revamp mock listener and mock model (#10) (Sérgio Martins) | ||
- [#8](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/8) Upgrade Extent Reports to version 4 (#8) (Sérgio Martins) | ||
- [#7](https://github.com/sergiomartins8/ui-automation-bootstrap/pull/7) add browser to system properties (#7) (Sérgio Martins) | ||
- [#18](https://github.com/sergiomartins8/test-automation-bootstrap/pull/18) ☀️ Moving to archetype (#18) (@sergiomartins8) | ||
- [#16](https://github.com/sergiomartins8/test-automation-bootstrap/pull/16) 🤖 Github actions CI (#16) (Sérgio Martins) | ||
- [#15](https://github.com/sergiomartins8/test-automation-bootstrap/pull/15) CI/CD - github actions (#15) (Sérgio Martins) | ||
- [#13](https://github.com/sergiomartins8/test-automation-bootstrap/pull/13) revamp current system properties management (#13) (Sérgio Martins) | ||
- [#10](https://github.com/sergiomartins8/test-automation-bootstrap/pull/10) revamp mock listener and mock model (#10) (Sérgio Martins) | ||
- [#8](https://github.com/sergiomartins8/test-automation-bootstrap/pull/8) Upgrade Extent Reports to version 4 (#8) (Sérgio Martins) | ||
- [#7](https://github.com/sergiomartins8/test-automation-bootstrap/pull/7) add browser to system properties (#7) (Sérgio Martins) |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,31 @@ | ||
COMPOSE_PROJECT_NAME=elastic | ||
ELK_VERSION=7.10.1 | ||
|
||
#----------- Resources --------------------------# | ||
ELASTICSEARCH_HEAP=256m | ||
LOGSTASH_HEAP=256m | ||
|
||
#----------- Hosts and Ports --------------------# | ||
# To be able to further "de-compose" the compose files, get hostnames from environment variables instead. | ||
|
||
ELASTICSEARCH_HOST=elasticsearch | ||
ELASTICSEARCH_PORT=9200 | ||
|
||
KIBANA_HOST=kibana | ||
KIBANA_PORT=5601 | ||
|
||
#----------- Credientals ------------------------# | ||
# Username & Password for Admin Elasticsearch cluster. | ||
# This is used to set the password at setup, and used by others to connect to Elasticsearch at runtime. | ||
ELASTIC_USERNAME=elastic | ||
ELASTIC_PASSWORD=kibana | ||
AWS_ACCESS_KEY_ID=nottherealid | ||
AWS_SECRET_ACCESS_KEY=notherealsecret | ||
|
||
#----------- Cluster ----------------------------# | ||
ELASTIC_CLUSTER_NAME=elastdocker-cluster | ||
ELASTIC_INIT_MASTER_NODE=elastdocker-node-0 | ||
ELASTIC_NODE_NAME=elastdocker-node-0 | ||
|
||
# Hostnames of master eligble elasticsearch instances. (matches compose generated host name) | ||
ELASTIC_DISCOVERY_SEEDS=elasticsearch |
Oops, something went wrong.