-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
a7c5737
commit 3cd702c
Showing
335 changed files
with
12,971 additions
and
2,567 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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
Installer la JDK avec le certificats AXA ! | ||
|
||
# Command for run the project with desktop mode | ||
java -jar WebRunner.jar "-a:C:\work\projet-git\solaris-automation-keyword-driven\target\solaris-automation-1.0-SNAPSHOT.jar" | ||
"-data:C:\work\projet-git\Automatisation_Edecla_Front\src\main\resources\TEST_SUITE_RECETTE.xml" | ||
"-env:C:\work\projet-git\Automatisation_Edecla_Front\src\main\resources\ENV_RECETTE.xml" | ||
"-browser:ChromiumEdge" | ||
-m | ||
-showreport | ||
|
||
# Command for run the project with mobile mode | ||
java -jar WebRunner.jar "-a:C:\work\projet-git\solaris-automation-keyword-driven\target\solaris-automation-1.0-SNAPSHOT.jar" | ||
"-data:C:\work\projet-git\Automatisation_Edecla_Front\src\main\resources\TEST_SUITE_RECETTE.xml" | ||
"-env:C:\work\projet-git\Automatisation_Edecla_Front\src\main\resources\ENV_RECETTE.xml" | ||
"-platform:Android" | ||
"-browser:Chrome" | ||
-m | ||
-showreport | ||
|
||
|
||
You need to have the "application-properties.yml" in the resource directory | ||
Exemple of this file : | ||
|
||
application: | ||
name: axa-fr-automation | ||
platformName: ANDROID | ||
browserName: CHROME | ||
appiumSettings: | ||
gridConnection: https://hub-cloud.browserstack.com/wd/hub | ||
userName: XXXXXXX | ||
password: XXXXXXX | ||
localTestingConfiguration: | ||
activate: true | ||
arguments: | ||
force: true | ||
forcelocal: true | ||
binarypath: C:\\BrowserStack\\BrowserStackLocal.exe | ||
localIdentifier: XXXXYYYY | ||
capabilities: | ||
desiredCapabilitiesMap: | ||
geoLocation: FR => en fonction des applications | ||
deviceName: Samsung Galaxy S20 Ultra | ||
osVersion: 10.0 | ||
projectName: e-decla-automation | ||
buildName: e-decla-automation-mobile | ||
sessionName: Samsung | ||
local: true | ||
networkLogs: true | ||
localIdentifier: XXXXYYYY | ||
|
||
|
||
If you want ton run test with tag | ||
mvn test -Dcucumber.filter.tags="@FirstStep" |
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,26 +1,34 @@ | ||
application: | ||
name: spoolnet-automation | ||
webengineConfiguration: | ||
name: myproject-automation | ||
platformName: WINDOWS | ||
browserName: CHROME | ||
appiumSettings: | ||
gridConnection: https://hub-cloud.browserstack.com/wd/hub | ||
userName: XXXXXXX | ||
password: XXXXXXX | ||
localTesting: | ||
activate: false | ||
arguments: | ||
force: true | ||
forcelocal: true | ||
binarypath: C:\\BrowserStack\\BrowserStackLocal.exe | ||
localIdentifier: XXXXYYYY | ||
capabilities: | ||
desiredCapabilitiesMap: | ||
geoLocation: FR | ||
deviceName: Samsung Galaxy S20 Ultra | ||
osVersion: 10.0 | ||
projectName: spoolnet-automation | ||
buildName: spoolnet-automation-mobile | ||
sessionName: Samsung | ||
local: true | ||
networkLogs: true | ||
localIdentifier: XXXXYYYY | ||
browserOptionList: | ||
- --incognito | ||
- --remote-allow-origins=* | ||
appiumConfiguration: | ||
gridConnection: https://hub-cloud.browserstack.com/wd/hub | ||
userName: XXXXXXX | ||
password: XXXXXXX | ||
localTesting: | ||
activate: false | ||
arguments: | ||
force: true | ||
forcelocal: true | ||
binarypath: C:\\BrowserStack\\BrowserStackLocal.exe | ||
localIdentifier: XXXXYYYY | ||
capabilities: | ||
desiredCapabilitiesMap: | ||
geoLocation: FR | ||
deviceName: Samsung Galaxy S20 Ultra | ||
osVersion: 10.0 | ||
projectName: spoolnet-automation | ||
buildName: spoolnet-automation-mobile | ||
sessionName: Samsung | ||
local: true | ||
networkLogs: true | ||
localIdentifier: XXXXYYYY | ||
applicationConfiguration: | ||
values: | ||
key-1: value-1 | ||
key-2: value-2 | ||
key-3: value-3 |
Oops, something went wrong.