Skip to content

Commit 0d0bda6

Browse files
Restore wrongly deleted test fixture
1 parent c7a3062 commit 0d0bda6

File tree

1 file changed

+239
-0
lines changed
  • utest/resources/robotdata/test_project/with_project_settings_one/.robot

1 file changed

+239
-0
lines changed
Lines changed: 239 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,239 @@
1+
settings_version = 8
2+
mainframe size = (1100, 700)
3+
mainframe position = (302, 69)
4+
mainframe maximized = False
5+
list variable columns = 4
6+
list col min width = 120
7+
list col max width = 350
8+
# Auto imports is a list of libraries whose keywords are always visible in keyword completion.
9+
# If the library needs arguments, they follow the library name with '|' as a separator.
10+
# Example: auto imports = ['MyLib', 'AnotherLibraryWithArgs|arg1|arg2']
11+
auto imports = []
12+
# Locations to add into PYTHONPATH. Non-absolute paths are considered relative
13+
# to the directory where RIDE starts. Backslashes must be escaped by doubling
14+
# them (\\). Alternatively it is possible to use forward slash (/) as the path
15+
# separator regardless the operating systems.
16+
# Example: pythonpath = ['c:/robot/testlibs', 'd:/project/resources']
17+
pythonpath = []
18+
library xml directories = []
19+
txt number of spaces = 4
20+
txt format separator = 'space'
21+
line separator = 'native'
22+
default file format = 'robot'
23+
tasks = False
24+
reformat = False
25+
# doc language: Test Suites will have sections and parameters in the selected language
26+
# doc language: Possible values are the ones from Robot Framework >= 6.0.
27+
doc language = ['En']
28+
# the style of the tabs in notebook pages, Edit, Text, Run. Values from 0 to 5.
29+
notebook theme = 0
30+
AUI Perspective = 'layout2|name=right_pane;caption=;minimode=1;state=67373052;dir=2;layer=0;row=0;pos=0;prop=100000;bestw=1;besth=1;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|name=notebook_editors;caption=;minimode=1;state=768;dir=5;layer=0;row=0;pos=0;prop=100000;bestw=0;besth=0;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|name=maintoolbar;caption=;minimode=1;state=67379964;dir=1;layer=10;row=0;pos=331;prop=100000;bestw=327;besth=26;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|name=tree_content;caption=Test Suites;minimode=1;state=264188;dir=4;layer=0;row=0;pos=0;prop=100000;bestw=275;besth=250;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|name=file_manager;caption=Files;minimode=1;state=264188;dir=4;layer=0;row=0;pos=1;prop=100000;bestw=275;besth=286;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|dock_size(2,0,0)=10|dock_size(5,0,0)=10|dock_size(1,10,0)=28|dock_size(4,0,0)=225|'
31+
AUI NB Perspective = 'panel689a54ef0000143400000002=0,1,+2@layout2|name=dummy;caption=;minimode=1;state=67372030;dir=3;layer=0;row=0;pos=0;prop=100000;bestw=421;besth=308;minw=421;minh=308;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|name=panel689a54ef0000143400000002;caption=;minimode=1;state=67371516;dir=5;layer=0;row=0;pos=0;prop=100000;bestw=0;besth=0;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|dock_size(5,0,0)=10|'
32+
version_shown = 'v2.2dev41'
33+
check for updates = True
34+
last update check = 1757977585.0415273
35+
robot types = ['robot', 'resource', 'txt', 'tsv']
36+
user keyword settings open = False
37+
test case settings open = False
38+
default directory = '/home2/helio/github/RIDE/utest/resources/robotdata/test_project/with_project_settings_one'
39+
install root = '/home2/helio/github/RIDE/src/robotide'
40+
executable = '/opt/venv/bin/python'
41+
test case file settings open = False
42+
init file settings open = False
43+
last_settings_path = '/home2/helio/github/RIDE/utest/resources/robotdata/test_project/with_project_settings_one/.robot/ride_settings_1961.cfg'
44+
45+
[General]
46+
font size = 11
47+
font face = 'Source Code Pro'
48+
foreground = '#8FF0A4'
49+
background = '#008080'
50+
secondary foreground = '#FFFF00'
51+
secondary background = '#4A060B'
52+
background help = '#FFBE6F'
53+
foreground text = '#613583'
54+
apply to panels = True
55+
ui language = 'English'
56+
# file manager: When set to full path or known command use it to open folders
57+
;file manager = None
58+
59+
[Text Edit]
60+
font size = 10
61+
zoom factor = 0
62+
font face = 'Noto Sans'
63+
# caret style = 'line': or caret style = 'block' (better visibility), it will use the color of 'setting' or better calculated
64+
caret style = 'block'
65+
# Fold symbols are as described at wxPython demo:
66+
# 0 == Arrow pointing right for contracted folders, arrow pointing down for expanded
67+
# 1 == Plus for contracted folders, minus for expanded
68+
# 2 == Like a flattened tree control using circular headers and curved joins
69+
# 3 == Like a flattened tree control using square headers
70+
fold symbols = 2
71+
# Show tab indentation markers
72+
tab markers = True
73+
argument = '#bb8844'
74+
comment = '#613583'
75+
error = '#F66151'
76+
gherkin = '#3584E4'
77+
heading = '#036EA8'
78+
import = '#9141AC'
79+
keyword = '#1C71D8'
80+
separator = '#5E5C64'
81+
setting = '#26A269'
82+
syntax = '#613583'
83+
tc_kw_name = '#1A5FB4'
84+
variable = '#008080'
85+
background = '#F6F5F4'
86+
enable auto suggestions = True
87+
88+
[Grid]
89+
font size = 10
90+
font face = ''
91+
zoom factor = 0
92+
fixed font = False
93+
col size = 150
94+
max col size = 450
95+
auto size cols = False
96+
text user keyword = 'blue'
97+
text library keyword = '#0080C0'
98+
text variable = 'forest green'
99+
text unknown variable = 'purple'
100+
text commented = 'firebrick'
101+
text string = 'black'
102+
text empty = 'black'
103+
background assign = '#CADEF7'
104+
background keyword = '#CADEF7'
105+
background mandatory = '#D3D3D3'
106+
background optional = '#F9D7BA'
107+
background must be empty = '#C0C0C0'
108+
background unknown = '#E8B636'
109+
background error = '#FF9385'
110+
background highlight = '#FFFF77'
111+
word wrap = True
112+
enable auto suggestions = True
113+
# filter newlines: When enabled, newlines are not shown as \n in the cells. On Windows this may cause a lock.
114+
filter newlines = False
115+
116+
[Plugins]
117+
[[Test Runner]]
118+
font size = 10
119+
font face = 'Noto Sans'
120+
foreground = '#F6F5F4'
121+
background = '#241F31'
122+
error = 'red'
123+
use colors = True
124+
fail color = '#FF8E8E'
125+
pass color = '#9FCC9F'
126+
skip color = 'yellow'
127+
profile_name = 'robot'
128+
run_profiles = [('other profile', 'robot')]
129+
auto_save = False
130+
confirm run = True
131+
show_console_log = True
132+
show_message_log = True
133+
active_status_bar = True
134+
sash_position = 200
135+
_enabled = True
136+
browser = 'google-chrome'
137+
robot_arguments = '--variable MY_VAR:"This the variable at project one"'
138+
139+
[[File Explorer]]
140+
font size = 11
141+
font face = 'Source Code Pro'
142+
foreground = '#8FF0A4'
143+
background = '#008080'
144+
secondary foreground = 'black'
145+
secondary background = 'light grey'
146+
background help = '#FFBE6F'
147+
foreground text = '#613583'
148+
own colors = False
149+
opened = True
150+
docked = True
151+
_enabled = True
152+
153+
[[Tree]]
154+
font size = 11
155+
font face = 'Source Code Pro'
156+
foreground = '#8FF0A4'
157+
background = '#008080'
158+
secondary foreground = 'black'
159+
secondary background = 'light grey'
160+
background help = '#FFBE6F'
161+
foreground text = '#613583'
162+
own colors = False
163+
opened = True
164+
docked = True
165+
_enabled = True
166+
167+
[[Preview]]# This plugin is not usable since RIDE 2.1 (and Robot Framework 3.2.1)
168+
format = 'HTML'
169+
_enabled = False
170+
171+
[[Run Anything]]# This is here just because of unit tests
172+
foreground = 'black'
173+
brackground = 'light grey'
174+
configs = []
175+
_enabled = True
176+
177+
[[Library Finder]]
178+
_enabled = True
179+
[[[AppiumLibrary]]]
180+
command = ['%executable -m pip install -U robotframework-appiumlibrary']
181+
documentation = 'https://serhatbolsu.github.io/robotframework-appiumlibrary/AppiumLibrary.html'
182+
[[[AxeLibrary]]]
183+
command = ['%executable -m pip install -U robotframework-axelibrary']
184+
documentation = 'https://robotframework-axelibrary.netlify.app/'
185+
[[[Browser]]]
186+
command = ['node -v', '%executable -m pip install -U robotframework-browser', '%executable -m Browser.entry init']
187+
documentation = 'https://marketsquare.github.io/robotframework-browser/Browser.html'
188+
[[[CSVLibrary]]]
189+
command = ['%executable -m pip install -U robotframework-csvlibrary']
190+
documentation = 'https://rawgit.com/s4int/robotframework-CSVLibrary/master/doc/CSVLibrary.html'
191+
[[[DatabaseLibrary]]]
192+
command = ['%executable -m pip install -U robotframework-databaselibrary']
193+
documentation = 'https://marketsquare.github.io/Robotframework-Database-Library/'
194+
[[[DataDriver]]]
195+
command = ['%executable -m pip install --upgrade robotframework-datadriver[XLS]']
196+
documentation = 'https://github.com/Snooz82/robotframework-datadriver'
197+
[[[ImageHorizonLibrary]]]
198+
command = ['%executable -m pip install -U robotframework-imagehorizonlibrary']
199+
documentation = 'https://eficode.github.io/robotframework-imagehorizonlibrary/doc/ImageHorizonLibrary.html'
200+
[[[RequestsLibrary]]]
201+
command = ['%executable -m pip install -U robotframework-requests']
202+
documentation = 'https://marketsquare.github.io/robotframework-requests/doc/RequestsLibrary.html'
203+
[[[SeleniumLibrary]]]
204+
command = ['%executable -m pip install -U robotframework-seleniumlibrary']
205+
documentation = 'https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html'
206+
[[[SikuliLibrary]]]
207+
command = ['%executable -m pip install -U https://github.com/MarketSquare/robotframework-SikuliLibrary/releases/download/v2.0.5/robotframework_sikulilibrary-2.0.5-py3-none-any.whl']
208+
documentation = 'https://marketsquare.github.io/robotframework-SikuliLibrary/docs/SikuliLibrary.html'
209+
[[[SSHLibrary]]]
210+
command = ['%executable -m pip install -U robotframework-sshlibrary']
211+
documentation = 'https://marketsquare.github.io/SSHLibrary/SSHLibrary.html'
212+
[[Log]]
213+
log_to_console = False
214+
log_to_file = True
215+
_enabled = True
216+
[[Recent Files]]
217+
recent_files = ['/home2/helio/github/RIDE/utest/resources/robotdata/test_project/with_project_settings_one', '/home/helio/Test/Robot/test_empty', '/home2/helio/Test/Robot/test_empty', '/home2/helio/Test/Robot/testsuite']
218+
max_number_of_files = 4
219+
_enabled = True
220+
[[Spec Importer]]
221+
_enabled = True
222+
[[Editor]]
223+
_enabled = True
224+
[[Text Editor]]
225+
_enabled = True
226+
[[Keyword Search]]
227+
_enabled = True
228+
[[Test Search]]
229+
_enabled = True
230+
[[Shortcut]]
231+
desktop_shortcut_exists = False
232+
initial_project = None
233+
_enabled = True
234+
[[Parser Log]]
235+
log_to_console = False
236+
log_to_file = True
237+
_enabled = True
238+
[[Editor de Grelha]]
239+
_enabled = True

0 commit comments

Comments
 (0)