-
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.
Merge pull request #49 from AxaFrance/complete-java-doc
Documentation of Java version of the framework
- Loading branch information
Showing
32 changed files
with
1,496 additions
and
44 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 @@ | ||
# Test Configuration File | ||
|
||
To simplify command line arguments, some parameters can be specified in a configuration file `application.yml`. | ||
If a parameter is provided in both side, the value provided in command-line will be taken account. | ||
|
||
```yaml | ||
webengineConfiguration: | ||
name: myproject-automation | ||
platformName: WINDOWS | ||
browserName: CHROME | ||
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: XXXX-YYYY | ||
capabilities: | ||
desiredCapabilitiesMap: | ||
geoLocation: FR | ||
deviceName: Samsung Galaxy S20 Ultra | ||
osVersion: 10.0 | ||
projectName: myproject-automation | ||
buildName: myproject-automation-mobile | ||
sessionName: Samsung | ||
local: true | ||
networkLogs: true | ||
localIdentifier: XXXX-YYYY | ||
applicationConfiguration: | ||
values: | ||
key-1: value-1 | ||
key-2: value-2 | ||
key-3: value-3 | ||
``` | ||
## General Options | ||
* `name`: The automation project name. | ||
* `platformName`: WINDOWS, ANDROID OR IOS | ||
* `browserName`: CHROMIUM_EDGE, CHROME, FIREFOX, SAFARI. | ||
* `browserOptionList`: Browser option list | ||
* `appiumConfiguration`: Configuration properties for browserstack. Refer to the browserstack documentation | ||
* `localTesting.activate`: Activate or not local testing | ||
* `Capabilities`: To provided necessary Appium capabilities or options for special need. | ||
|
||
> [!NOTE] | ||
> Modifying capabilities may affect the behavior for Web Mobile and App Mobile testing, use it only when it's necessary. |
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
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+48.7 KB
src/AxaFrance.WebEngine.Doc/images/java/data-driven/result-data-driven.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.2 KB
src/AxaFrance.WebEngine.Doc/images/java/data-driven/run-data-driven-from-excel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.2 KB
src/AxaFrance.WebEngine.Doc/images/java/data-driven/run-data-driven.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.1 KB
src/AxaFrance.WebEngine.Doc/images/java/data-driven/test-suite-and-env.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.4 KB
...xaFrance.WebEngine.Doc/images/java/gherkin/generate-java-class-from-feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.98 KB
src/AxaFrance.WebEngine.Doc/images/java/gherkin/gherkin-project-structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+53.2 KB
src/AxaFrance.WebEngine.Doc/images/java/gherkin/java-class-feature-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.68 KB
src/AxaFrance.WebEngine.Doc/images/java/gherkin/java-class-feature-name.png
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.4 KB
...e.WebEngine.Doc/images/java/keyword-driven/keyword-driven-project-structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+79.5 KB
...aFrance.WebEngine.Doc/images/java/keyword-driven/result-keyword-driven-test.png
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.
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.
Oops, something went wrong.