Skip to content

Commit e93fa0c

Browse files
Switched to UFG
1 parent 01833a0 commit e93fa0c

File tree

2 files changed

+18
-66
lines changed

2 files changed

+18
-66
lines changed

acme_bank.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Settings ***
22
Library SeleniumLibrary
3-
Library EyesLibrary runner=web config=applitools.yaml
3+
Library EyesLibrary runner=web_ufg config=applitools.yaml
44

55
Test Setup Setup
66
Test Teardown Teardown

applitools.yaml

Lines changed: 17 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,32 @@
11
### applitools.yaml 1.2
2-
### START `SHARED SECTION` ###
3-
#server_url: "https://eyesapi.applitools.com" #optional
42

53
#Could be specified as APPLITOOLS_API_KEY env variable
64
#api_key: YOUR_API_KEY
75

8-
#proxy:
9-
# url: "http://someproxy-url.com"
10-
# host: HOST_ADDRESS #optional
11-
# port: HOST_PORT #optional
12-
# username: YOUR_NAME #optional
13-
# password: YOUR_PASS #optional
14-
15-
#properties:
16-
# - name: YOUR_PROPERTY_NAME
17-
# value: YOUR_PROPERTY_VALUE
18-
196
# Propagate Eyes results to robot `report.html`
20-
#propagate_eyes_test_results: true
7+
propagate_eyes_test_results: true
218

22-
###### START `AVAILABLE DURING `Eyes Open` CALL SECTION` ######
239
app_name: ACME Bank Web App
24-
#viewport_size:
25-
# width: 1920
26-
# height: 1080
27-
#branch_name: YOUR_BRANCH_NAME
28-
#parent_branch_name: YOUR_PARENT_BRANCH_NAME
29-
#baseline_branch_name: YOUR_BASELINE_BRANCH_NAME
30-
#baseline_env_name: YOUR_BASELINE_ENV_NAME
31-
#save_diffs: false
32-
#match_timeout: 600
33-
#save_new_tests: true #optional
34-
#save_failed_tests: false #optional
35-
#wait_before_capture: 100 #optional
36-
37-
#batch: #optional
38-
# id: YOUR_BATCH_ID #optional
39-
# name: YOUR_BATCH_NAME
40-
# batch_sequence_name: YOUR_BATCH_SEQUENCE_NAME #optional
41-
# properties: #optional
42-
# - name: YOUR_BATCH_PROPERTY_NAME
43-
# value: YOUR_BATCH_PROPERTY_VALUE
44-
45-
###### END `AVAILABLE DURING `Eyes Open` CALL SECTION` ######
46-
47-
48-
### END `SHARED SECTION` ###
49-
50-
web:
51-
force_full_page_screenshot: false #optional
52-
wait_before_screenshots: 100 #optional
53-
# stitch_mode: CSS # Scroll | CSS
54-
# hide_scrollbars: true
55-
# hide_caret: true
56-
# ALL SETTINGS FROM `SHARED SECTION` COULD BE PASSED HERE AS WELL
5710

11+
batch:
12+
name: "Example: Robot Framework with the Ultrafast Grid"
5813

5914
web_ufg:
60-
# runner_options:
61-
# test_concurrency: 5
62-
# visual_grid_options:
63-
# - key: YOUR_VISUAL_GRID_OPTION
64-
# value: YOUR_VISUAL_GRID_OPTION_VALUE
65-
# disable_browser_fetching: false
66-
# enable_cross_origin_rendering: false
67-
# dont_use_cookies: false
68-
# layout_breakpoints: true
15+
runner_options:
16+
test_concurrency: 5
6917
browsers:
7018
desktop:
71-
- browser_type: CHROME # names from BrowserType
19+
- browser_type: CHROME
7220
width: 800
7321
height: 600
74-
# ios:
75-
# - device_name: iPhone_12_Pro # names from IosDeviceName
76-
# screen_orientation: PORTRAIT # PORTRAIT | LANDSCAPE
77-
# ios_version: LATEST # LATEST | ONE_VERSION_BACK
78-
# chrome_emulation:
79-
# - device_name: iPhone_4 # names from DeviceName
80-
# screen_orientation: PORTRAIT # PORTRAIT | LANDSCAPE
22+
- browser_type: EDGE
23+
width: 1600
24+
height: 1200
25+
- browser_type: SAFARI
26+
width: 1024
27+
height: 768
28+
chrome_emulation:
29+
- device_name: Pixel_2
30+
screen_orientation: PORTRAIT
31+
- device_name: Nexus_10
32+
screen_orientation: LANDSCAPE

0 commit comments

Comments
 (0)