-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many unnecesary or barely used files were removed for clarity
- Loading branch information
jose.fernandez
committed
Aug 10, 2021
1 parent
48a754e
commit c4c99ed
Showing
11 changed files
with
21 additions
and
129 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
47 changes: 0 additions & 47 deletions
47
...esources/archetype-resources/src/test/java/__groupId__/__artifactId__/utils/BaseTest.java
This file was deleted.
Oops, something went wrong.
21 changes: 4 additions & 17 deletions
21
src/main/resources/archetype-resources/src/test/resources/configuration/common.properties
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,23 +1,10 @@ | ||
# ********************************* COMMON PROPERTIES ************************************************ | ||
# This file is used to store variables that you can use directly in your Scenarios and Steps. For this | ||
# you will have to use ${envProperties:my.key}. For example, the following step: | ||
# you will have to use ${envProperties:my.key}. Ideally, this is used to store variables that can change | ||
# depending on an environment (like urls, user credentials, IP addresses, etc). | ||
# | ||
# Given I put some '${envProperties:spice.name}' in my soup | ||
# | ||
# Will be transformed to: | ||
# | ||
# Given I put some 'ginger' in my soup | ||
# | ||
# For using the variables in the other files, you have to use -Denv=<filename> when running your test, | ||
# for example: | ||
# | ||
# mvn verify -Denv=int -> uses the variables from int.properties file | ||
# mvn verify -Denv=uat -> uses the variables from uat.properties file | ||
# mvn verify -Denv=pro -> you got the idea, right? | ||
# | ||
# Ideally, this is used to store variables that can change depending on an environment (like urls, | ||
# user credentials, IP addresses, etc). If -Denv is not detected, the values from this file will be | ||
# used by default | ||
# Take a look at the full documentation here | ||
# https://github.com/veepee-oss/gingerspec/wiki/Gherkin-variables#using-environment-dependent-variables | ||
#***************************************************************************************************** | ||
|
||
spice.name=ginger |
14 changes: 0 additions & 14 deletions
14
src/main/resources/archetype-resources/src/test/resources/configuration/int.properties
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/main/resources/archetype-resources/src/test/resources/configuration/intsap.properties
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
src/main/resources/archetype-resources/src/test/resources/configuration/preprod.properties
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,10 @@ | ||
# ********************************* INT PROPERTIES ************************************************ | ||
# This file is used to store variables that you can use directly in your Scenarios and Steps. For this | ||
# you will have to use ${envProperties:my.key}. Ideally, this is used to store variables that can change | ||
# depending on an environment (like urls, user credentials, IP addresses, etc). | ||
# | ||
# Take a look at the full documentation here | ||
# https://github.com/veepee-oss/gingerspec/wiki/Gherkin-variables#using-environment-dependent-variables | ||
#***************************************************************************************************** | ||
|
||
spice.name=celery |
14 changes: 0 additions & 14 deletions
14
src/main/resources/archetype-resources/src/test/resources/configuration/uat.properties
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/main/resources/archetype-resources/src/test/resources/schemas/config.conf
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/main/resources/archetype-resources/src/test/resources/schemas/testCreateFile.json
This file was deleted.
Oops, something went wrong.