This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
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 #106 from sbtqa/video
Video
- Loading branch information
Showing
13 changed files
with
16 additions
and
91 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
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
17 changes: 1 addition & 16 deletions
17
plugins/html-plugin/src/test/resources/config/application.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,8 @@ | ||
#COMMON BLOCK | ||
#path to page objects | ||
page.package=ru.sbtqa.tag.pagefactory.pages | ||
#default wait timeout in seconds | ||
timeout=20 | ||
#optional. false by default | ||
video.enabled=false | ||
video.path.dest=/tmp/video | ||
video.path.temp=/tmp/video | ||
video.highlight.enabled=false | ||
#optional. driver or raw. Raw by default | ||
screenshot.strategy=driver | ||
#optional. tasks to kill before test (ONLY FOR WINDOWS) | ||
#tasks.to.kill = iexplorer,chrome | ||
#IN CASE OF WEB | ||
#parameters for web driver create | ||
|
||
webdriver.browser.name=Chrome | ||
webdriver.starting.url=http://localhost:8181 | ||
#optional. The number of start attempts webdriver. 3 by default | ||
webdriver.create.attempts=3 | ||
|
||
# run chrome in headless mode | ||
webdriver.chrome.capability.options.args=headless,disable-gpu,no-sandbox,remote-debugging-port=9222 |
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
25 changes: 0 additions & 25 deletions
25
plugins/jdi-plugin/src/test/resources/config/application.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,34 +1,9 @@ | ||
#COMMON BLOCK | ||
#mobile or web | ||
driver.environment = web | ||
|
||
#path to page objects | ||
page.package = ru.sbtqa.tag.pagefactory.pages | ||
|
||
#default wait timeout in seconds | ||
timeout = 20 | ||
|
||
#optional. false by default | ||
video.enabled = false | ||
video.path.dest = /tmp/video | ||
video.path.temp = /tmp/video | ||
video.highlight.enabled = false | ||
|
||
#optional. driver or raw. Raw by default | ||
screenshot.strategy = driver | ||
|
||
#optional. tasks to kill before test (ONLY FOR WINDOWS) | ||
#tasks.to.kill = iexplorer,chrome | ||
|
||
|
||
#IN CASE OF WEB | ||
#parameters for web driver create | ||
webdriver.browser.name = Chrome | ||
webdriver.starting.url = http://localhost:8181 | ||
|
||
#optional. The number of start attempts webdriver. 3 by default | ||
webdriver.create.attempts = 3 | ||
|
||
# run chrome in headless mode | ||
webdriver.chrome.capability.options.args=headless,disable-gpu,no-sandbox,remote-debugging-port=9222 | ||
|
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
28 changes: 0 additions & 28 deletions
28
plugins/web-plugin/src/test/resources/config/application.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,44 +1,16 @@ | ||
#path to page objects | ||
page.package = pagefactory.pages.webelements | ||
|
||
#default wait timeout in seconds | ||
timeout = 10 | ||
|
||
#optional. false by default | ||
video.enabled = false | ||
video.path.dest = /tmp/video | ||
video.path.temp = /tmp/video | ||
video.highlight.enabled = false | ||
|
||
#optional. driver or raw. Raw by default | ||
screenshot.strategy = driver | ||
|
||
#optional. tasks to kill before test (ONLY FOR WINDOWS) | ||
#tasks.to.kill = iexplorer,chrome | ||
|
||
|
||
#IN CASE OF WEB | ||
#parameters for web driver create | ||
webdriver.browser.name = Chrome | ||
webdriver.starting.url = http://localhost:8181 | ||
|
||
#optional. The number of start attempts webdriver. 3 by default | ||
webdriver.create.attempts = 3 | ||
|
||
# run chrome in headless mode | ||
webdriver.chrome.capability.options.args=headless,disable-gpu,no-sandbox,remote-debugging-port=9222 | ||
|
||
aspects.highlight.enabled = true | ||
|
||
#Optional. Test data management | ||
## Data type | ||
data.type = json | ||
## File extension for json and properties data types | ||
# data.extension = jsonp | ||
## Path to test data. For excel data type - path to xslx file without extension | ||
data.folder = src/test/resources/data/ | ||
## Initial collection | ||
data.initial.collection = Data | ||
|
||
# Optional. Insert the scenario fragments path here | ||
fragments.path = src/test/resources/fragments |
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