-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Jansi automation testing
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"version": "2.1", | ||
"project_name": "userservices", | ||
"github_events": [ | ||
"pull_request" | ||
], | ||
"default_env": "dev", | ||
"pr_action_triggers": [ | ||
"synchronize", | ||
"opened", | ||
"ready_for_review", | ||
"reopened" | ||
], | ||
"slack": { | ||
"channel": "userservices-qa-team", | ||
"credentials": "%{SLACK_CREDENTIALS_ID}", | ||
"notify": { | ||
"failed": ["archana.saini"], | ||
"success": ["archana.saini"] | ||
} | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
datasources:6e35ad0db6a55209e912a02d5fa8b4a54e2b8484 | ||
commandlineoptions:8ee7d5a26f44cfbbb9cb11d0c2776a968931033d | ||
suitesfrom:no-suites-from-option | ||
file:85d417f29c890e0e956ec73f65bb875c7b2ca75b | ||
--suite Userservices-Qa-Automation.Panda-Qa.Tests.FollowWidget.Regression.Barrons Regression |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# ============================= | ||
# Set BrowserStack Credentials | ||
# ============================= | ||
# Add your BrowserStack userName and accessKey here or set BROWSERSTACK_USERNAME and | ||
# BROWSERSTACK_ACCESS_KEY as env variables | ||
userName: newsroomdevtest_xCBmjv | ||
accessKey: s3c1cGNU2UpLq5iJzNzx | ||
# ====================== | ||
# BrowserStack Reporting | ||
# ====================== | ||
# The following capabilities are used to set up reporting on BrowserStack: | ||
# Set 'projectName' to the name of your project. Example, Marketing Website | ||
projectName: UserServices_Automation | ||
# Set `buildName` as the name of the job / testsuite being run | ||
buildName: UserServices_Automation_Build | ||
# `buildIdentifier` is a unique id to differentiate every execution that gets appended to | ||
# buildName. Choose your buildIdentifier format from the available expressions: | ||
# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution | ||
# ${DATE_TIME}: Generates a Timestamp with every execution. Eg. 05-Nov-19:30 | ||
# Read more about buildIdentifiers here -> https://www.browserstack.com/docs/automate/selenium/organize-tests | ||
buildIdentifier: '#${BUILD_NUMBER}' # Supports strings along with either/both ${expression} | ||
# Set `framework` of your test suite. Example, `testng`, `cucumber`, `cucumber-testng` | ||
# This property is needed to send test context to BrowserStack (test name, status) | ||
framework: robot | ||
|
||
# ======================================= | ||
# Platforms (Browsers / Devices to test) | ||
# ======================================= | ||
# Platforms object contains all the browser / device combinations you want to test on. | ||
# Entire list available here -> (https://www.browserstack.com/list-of-browsers-and-platforms/automate) | ||
platforms: | ||
- os: Windows | ||
osVersion: 10 | ||
browserName: Chrome | ||
browserVersion: latest | ||
- os: Windows | ||
osVersion: 10 | ||
browserName: Chrome | ||
browserVersion: latest | ||
buildName: UserServices_Automation_Build | ||
# buildIdentifier: ${BUILD_NUMBER15} | ||
projectName: UserServices_Automation | ||
testObservability: true | ||
networkLogs: true | ||
consoleLogs: info | ||
framework: robot | ||
idleTimeout: 300 | ||
# ======================= | ||
# Parallels per Platform | ||
# ======================= | ||
# The number of parallel threads to be used for each platform set. | ||
# BrowserStack's SDK runner will select the best strategy based on the configured value | ||
# | ||
# Example 1 - If you have configured 3 platforms and set `parallelsPerPlatform` as 2, a total of 6 (2 * 3) parallel threads will be used on BrowserStack | ||
# | ||
# Example 2 - If you have configured 1 platform and set `parallelsPerPlatform` as 5, a total of 5 (1 * 5) parallel threads will be used on BrowserStack | ||
parallelsPerPlatform: 2 | ||
|
||
# ========================================== | ||
# BrowserStack Local | ||
# (For localhost, staging/private websites) | ||
# ========================================== | ||
# Set browserStackLocal to true if your website under test is not accessible publicly over the internet | ||
# Learn more about how BrowserStack Local works here -> https://www.browserstack.com/docs/automate/selenium/local-testing-introduction | ||
browserstackLocal: true # <boolean> (Default false) | ||
# browserStackLocalOptions: | ||
# Options to be passed to BrowserStack local in-case of advanced configurations | ||
# localIdentifier: # <string> (Default: null) Needed if you need to run multiple instances of local. | ||
# forceLocal: true # <boolean> (Default: false) Set to true if you need to resolve all your traffic via BrowserStack Local tunnel. | ||
# Entire list of arguments available here -> https://www.browserstack.com/docs/automate/selenium/manage-incoming-connections | ||
|
||
# =================== | ||
# Debugging features | ||
# =================== | ||
debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran | ||
networkLogs: false # <boolean> Set to true to enable HAR logs capturing | ||
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors) | ||
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
|
||
Mon Jul 08 2024 13:59:46:904 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 13:59:48:363 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 13:59:48:881 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:06:22:569 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:06:23:928 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:06:24:530 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:23:18:720 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:23:20:108 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:23:20:622 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:24:40:999 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:24:42:361 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:24:42:624 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:26:27:64 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:26:28:461 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:26:28:619 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:35:01:875 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:35:02:773 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:35:03:275 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:44:56:894 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:44:58:96 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:44:59:449 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:47:09:761 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:47:11:108 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:47:11:369 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:47:38:530 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:47:39:910 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:47:40:280 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:48:33:605 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:48:35:62 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:48:35:160 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:49:10:459 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:49:11:931 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:49:12:84 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 14:56:01:505 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 14:56:02:879 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 14:56:03:228 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 15:03:15:928 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 15:03:17:312 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 15:03:17:604 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 15:05:24:980 GMT-0400 (Eastern Daylight Time) -- [WARNING] Skipping initialisation of configuration console because: port already in use by another Binary | ||
Mon Jul 08 2024 15:05:25:624 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 15:05:27:597 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Jul 08 2024 15:22:58:764 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Jul 08 2024 15:23:00:128 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Jul 08 2024 15:23:00:378 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Tue Aug 27 2024 16:41:35:395 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Tue Aug 27 2024 16:41:36:838 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Tue Aug 27 2024 16:41:37:342 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Tue Aug 27 2024 16:47:22:53 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Tue Aug 27 2024 16:47:23:509 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Tue Aug 27 2024 16:47:24:958 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Sep 09 2024 17:08:27:747 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Sep 09 2024 17:08:29:75 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Sep 09 2024 17:08:30:874 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Fri Sep 13 2024 15:32:35:661 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Fri Sep 13 2024 15:32:36:676 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Fri Sep 13 2024 15:32:43:258 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Fri Sep 13 2024 16:08:33:266 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Fri Sep 13 2024 16:08:34:569 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Fri Sep 13 2024 16:08:37:847 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Sep 16 2024 11:10:58:329 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Sep 16 2024 11:10:58:555 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Sep 16 2024 11:11:03:234 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|
||
|
||
Mon Sep 16 2024 11:11:43:735 GMT-0400 (Eastern Daylight Time) -- [SUCCESS] You can now access your local server(s) in our remote browser | ||
|
||
Mon Sep 16 2024 11:11:44:289 GMT-0400 (Eastern Daylight Time) -- Starting configuration console on http://localhost:45454 | ||
Mon Sep 16 2024 11:11:46:934 GMT-0400 (Eastern Daylight Time) -- Press Ctrl-C to exit | ||
|
||
|