selenium_dsl 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.idea/.rakeTasks +1 -1
- data/.idea/selenium_dsl.iml +8 -1
- data/.idea/vcs.xml +1 -0
- data/.idea/workspace.xml +997 -0
- data/CHANGES +4 -0
- data/Gemfile +15 -1
- data/Gemfile.lock +21 -2
- data/lib/selenium_dsl.rb +5 -4
- data/lib/selenium_dsl/capybara/dsl.rb +68 -0
- data/lib/selenium_dsl/capybara/script.rb +19 -0
- data/lib/selenium_dsl/selenium_client/dsl.rb +50 -0
- data/lib/selenium_dsl/{script.rb → selenium_client/script.rb} +33 -33
- data/lib/selenium_dsl/selenium_helper.rb +5 -0
- data/lib/selenium_dsl/selenium_webdriver/dsl.rb +42 -0
- data/lib/selenium_dsl/selenium_webdriver/script.rb +65 -0
- data/lib/selenium_dsl/version.rb +1 -1
- data/lib/selenium_dsl/watir_webdriver/dsl.rb +39 -0
- data/lib/selenium_dsl/watir_webdriver/script.rb +18 -0
- data/selenium_dsl.gemspec +2 -1
- data/spec/access_wikipedia_spec.rb +177 -30
- data/spec/spec_helper.rb +58 -7
- metadata +30 -6
- data/lib/selenium_dsl/dsl.rb +0 -31
data/.idea/.rakeTasks
CHANGED
@@ -4,4 +4,4 @@ You are allowed to:
|
|
4
4
|
1. Remove rake task
|
5
5
|
2. Add existing rake tasks
|
6
6
|
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="build" taksId="build" /><RakeTask description="" fullCmd="install" taksId="install" /><RakeTask description="" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/selenium_dsl.iml
CHANGED
@@ -15,14 +15,18 @@
|
|
15
15
|
<orderEntry type="sourceFolder" forTests="false" />
|
16
16
|
<orderEntry type="library" scope="PROVIDED" name="archive-tar-minitar (v0.5.2, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
17
17
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.2.3, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="childprocess (v0.3.8, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
18
19
|
<orderEntry type="library" scope="PROVIDED" name="columnize (v0.3.6, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
19
20
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.4.0, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
20
22
|
<orderEntry type="library" scope="PROVIDED" name="file_utils (v1.0.6, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
21
23
|
<orderEntry type="library" scope="PROVIDED" name="gemcutter (v0.7.1, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
22
24
|
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.0.5, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="jar_wrapper (v0.1.7, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
23
26
|
<orderEntry type="library" scope="PROVIDED" name="linecache19 (v0.5.13, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
24
27
|
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
25
28
|
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.13.2, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.6.1, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
26
30
|
<orderEntry type="library" scope="PROVIDED" name="rake (v10.0.3, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
27
31
|
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.12.0, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
28
32
|
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.12.2, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
@@ -31,7 +35,10 @@
|
|
31
35
|
<orderEntry type="library" scope="PROVIDED" name="ruby-debug-base19x (v0.11.30.pre10, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
32
36
|
<orderEntry type="library" scope="PROVIDED" name="ruby-debug-ide (v0.4.17.beta14, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
33
37
|
<orderEntry type="library" scope="PROVIDED" name="ruby_core_source (v0.1.5, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
34
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v0.9.9, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="watir-webdriver (v0.6.2, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="websocket (v1.0.7, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="zip (v2.0.2, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" level="application" />
|
35
42
|
</component>
|
36
43
|
</module>
|
37
44
|
|
data/.idea/vcs.xml
CHANGED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,997 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="4f121c6d-2d22-4993-b695-5f87cc8a9c19" name="Default" comment="">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
6
|
+
</list>
|
7
|
+
<ignored path="selenium_dsl.iws" />
|
8
|
+
<ignored path=".idea/workspace.xml" />
|
9
|
+
<file path="/selenium_dsl.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361399857470" ignored="false" />
|
10
|
+
<file path="/version.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360789438855" ignored="false" />
|
11
|
+
<file path="/selenium_dsl.gemspec.erb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360790983790" ignored="false" />
|
12
|
+
<file path="/README.md" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360795559375" ignored="false" />
|
13
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/selenium_dsl.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360789774819" ignored="false" />
|
14
|
+
<file path="/Rakefile" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361395087532" ignored="false" />
|
15
|
+
<file path="/CHANGES" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361480236908" ignored="false" />
|
16
|
+
<file path="/proxy.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360796901347" ignored="false" />
|
17
|
+
<file path="/a.dummy" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361409329607" ignored="false" />
|
18
|
+
<file path="/script.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361479487836" ignored="false" />
|
19
|
+
<file path="/selenium_dsl_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360792796732" ignored="false" />
|
20
|
+
<file path="/selenium_dsl.gemspec" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360790966351" ignored="false" />
|
21
|
+
<file path="$USER_HOME$/work/ui/src/Gemfile" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361388515486" ignored="false" />
|
22
|
+
<file path="/Gemfile" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361409054070" ignored="false" />
|
23
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/direct_flow_triton_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361383550864" ignored="false" />
|
24
|
+
<file path="/direct_flow_triton_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361382916002" ignored="false" />
|
25
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/selenium_spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360791377218" ignored="false" />
|
26
|
+
<file path="/selenium_spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361401549198" ignored="false" />
|
27
|
+
<file path="$USER_HOME$/work/ui-r19/src/spec/acceptance/selenium/selenium_spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360792938364" ignored="false" />
|
28
|
+
<file path="/spec_helper2.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360793356653" ignored="false" />
|
29
|
+
<file path="/.rvmrc" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360795614317" ignored="false" />
|
30
|
+
<file path="/spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361400018098" ignored="false" />
|
31
|
+
<file path="/access_webapp_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360796014103" ignored="false" />
|
32
|
+
<file path="/fragment.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361310548521" ignored="false" />
|
33
|
+
<file path="/Dummy.txt" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361480255406" ignored="false" />
|
34
|
+
<file path="/dsl.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361478901431" ignored="false" />
|
35
|
+
<file path="$USER_HOME$/work/ui/src/Gemfile.lock" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360945074826" ignored="false" />
|
36
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/support/plan_page_steps.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361050776348" ignored="false" />
|
37
|
+
<file path="/plan_page_steps.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360948632249" ignored="false" />
|
38
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/support/howto-selenium.txt" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361021951149" ignored="false" />
|
39
|
+
<file path="/access_wikipedia_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361480113635" ignored="false" />
|
40
|
+
<file path="/selenium_webdriver_dsl.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361023018759" ignored="false" />
|
41
|
+
<file path="/howto-selenium.txt" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361021951149" ignored="false" />
|
42
|
+
<file path="/selenium_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361030163156" ignored="false" />
|
43
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/support/selenium.yml" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361047948004" ignored="false" />
|
44
|
+
<file path="/selenium.yml" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361047900405" ignored="false" />
|
45
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/support/selenium_spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361401549198" ignored="false" />
|
46
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/support/contact_page_steps.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361382661110" ignored="false" />
|
47
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/capybara/support/capybara_spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361311700130" ignored="false" />
|
48
|
+
<file path="$USER_HOME$/.rvm/gems/ruby-1.9.3-p385@selenium_dsl/gems/rack-1.5.2/lib/rack/handler.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361393059888" ignored="false" />
|
49
|
+
<file path="$USER_HOME$/.rvm/gems/ruby-1.9.3-p385@selenium_dsl/gems/rack-1.5.2/lib/rack/server.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361222802718" ignored="false" />
|
50
|
+
<file path="$USER_HOME$/work/ui/src/public/ftspartner/stylesheets/triton/styles.css" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361227290286" ignored="false" />
|
51
|
+
<file path="$USER_HOME$/work/ui/src/spec/spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361376159623" ignored="false" />
|
52
|
+
<file path="/flow_steps.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361383838848" ignored="false" />
|
53
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/support/flow_steps.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361383847390" ignored="false" />
|
54
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/support/payment_page_steps.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361382752525" ignored="false" />
|
55
|
+
<file path="$USER_HOME$/work/ui/src/spec/external_services/resource_manager/resource_manager_gateway_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361390682649" ignored="false" />
|
56
|
+
<file path="$PROJECT_DIR$/../script_executor/lib/script_executor/executable.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361391129474" ignored="false" />
|
57
|
+
<file path="$PROJECT_DIR$/../script_executor/lib/script_executor/version.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361391144723" ignored="false" />
|
58
|
+
<file path="$PROJECT_DIR$/../script_executor/CHANGES" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361391164121" ignored="false" />
|
59
|
+
<file path="$USER_HOME$/.rvm/gems/ruby-1.9.3-p385@selenium_dsl/gems/xpath-0.1.4/lib/xpath.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361393059888" ignored="false" />
|
60
|
+
<file path="$USER_HOME$/.rvm/gems/ruby-1.9.3-p385@selenium_dsl/gems/selenium-webdriver-2.29.0/lib/selenium/client/javascript_expression_builder.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361393059889" ignored="false" />
|
61
|
+
<file path="$USER_HOME$/.rvm/gems/ruby-1.9.3-p385@selenium_dsl/gems/capybara-1.1.4/lib/capybara/driver/node.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361393059889" ignored="false" />
|
62
|
+
<file path="$USER_HOME$/.rvm/gems/ruby-1.9.3-p385@selenium_dsl/gems/xpath-0.1.4/lib/xpath/html.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361393059889" ignored="false" />
|
63
|
+
<file path="/*.regexp" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361479065463" ignored="false" />
|
64
|
+
<file path="$PROJECT_DIR$/../selenium/lib/selenium/version.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361410157540" ignored="false" />
|
65
|
+
<file path="$PROJECT_DIR$/../selenium/CHANGES" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361410182013" ignored="false" />
|
66
|
+
<file path="$PROJECT_DIR$/../selenium/lib/selenium/starter.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361410194909" ignored="false" />
|
67
|
+
<option name="TRACKING_ENABLED" value="true" />
|
68
|
+
<option name="SHOW_DIALOG" value="false" />
|
69
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
70
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
71
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
72
|
+
</component>
|
73
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
74
|
+
<component name="CreatePatchCommitExecutor">
|
75
|
+
<option name="PATCH_PATH" value="" />
|
76
|
+
</component>
|
77
|
+
<component name="DaemonCodeAnalyzer">
|
78
|
+
<disable_hints />
|
79
|
+
</component>
|
80
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
81
|
+
<component name="FileEditorManager">
|
82
|
+
<leaf>
|
83
|
+
<file leaf-file-name="access_wikipedia_spec.rb" pinned="false" current="false" current-in-tab="false">
|
84
|
+
<entry file="file://$PROJECT_DIR$/spec/access_wikipedia_spec.rb">
|
85
|
+
<provider selected="true" editor-type-id="text-editor">
|
86
|
+
<state line="86" column="98" selection-start="2221" selection-end="2221" vertical-scroll-proportion="0.0">
|
87
|
+
<folding />
|
88
|
+
</state>
|
89
|
+
</provider>
|
90
|
+
</entry>
|
91
|
+
</file>
|
92
|
+
<file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
|
93
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/version.rb">
|
94
|
+
<provider selected="true" editor-type-id="text-editor">
|
95
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
96
|
+
<folding />
|
97
|
+
</state>
|
98
|
+
</provider>
|
99
|
+
</entry>
|
100
|
+
</file>
|
101
|
+
<file leaf-file-name="CHANGES" pinned="false" current="true" current-in-tab="true">
|
102
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
103
|
+
<provider selected="true" editor-type-id="text-editor">
|
104
|
+
<state line="8" column="2" selection-start="84" selection-end="101" vertical-scroll-proportion="0.21694915">
|
105
|
+
<folding />
|
106
|
+
</state>
|
107
|
+
</provider>
|
108
|
+
</entry>
|
109
|
+
</file>
|
110
|
+
<file leaf-file-name="dsl.rb" pinned="false" current="false" current-in-tab="false">
|
111
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/watir_webdriver/dsl.rb">
|
112
|
+
<provider selected="true" editor-type-id="text-editor">
|
113
|
+
<state line="21" column="101" selection-start="590" selection-end="590" vertical-scroll-proportion="0.0">
|
114
|
+
<folding />
|
115
|
+
</state>
|
116
|
+
</provider>
|
117
|
+
</entry>
|
118
|
+
</file>
|
119
|
+
<file leaf-file-name="script.rb" pinned="false" current="false" current-in-tab="false">
|
120
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/script.rb">
|
121
|
+
<provider selected="true" editor-type-id="text-editor">
|
122
|
+
<state line="14" column="30" selection-start="322" selection-end="322" vertical-scroll-proportion="0.0">
|
123
|
+
<folding />
|
124
|
+
</state>
|
125
|
+
</provider>
|
126
|
+
</entry>
|
127
|
+
</file>
|
128
|
+
<file leaf-file-name="dsl.rb" pinned="false" current="false" current-in-tab="false">
|
129
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/dsl.rb">
|
130
|
+
<provider selected="true" editor-type-id="text-editor">
|
131
|
+
<state line="24" column="0" selection-start="833" selection-end="833" vertical-scroll-proportion="0.0">
|
132
|
+
<folding />
|
133
|
+
</state>
|
134
|
+
</provider>
|
135
|
+
</entry>
|
136
|
+
</file>
|
137
|
+
</leaf>
|
138
|
+
</component>
|
139
|
+
<component name="FindManager">
|
140
|
+
<FindUsagesManager>
|
141
|
+
<setting name="OPEN_NEW_TAB" value="false" />
|
142
|
+
</FindUsagesManager>
|
143
|
+
</component>
|
144
|
+
<component name="Git.Settings">
|
145
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
146
|
+
</component>
|
147
|
+
<component name="GitLogSettings">
|
148
|
+
<option name="myStructureFilterPaths" />
|
149
|
+
<option name="myDateState">
|
150
|
+
<MyDateState />
|
151
|
+
</option>
|
152
|
+
</component>
|
153
|
+
<component name="IdeDocumentHistory">
|
154
|
+
<option name="changedFiles">
|
155
|
+
<list>
|
156
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver_dsl.rb" />
|
157
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/version.rb" />
|
158
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/selenium_helper.rb" />
|
159
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/selenium_client/dsl.rb" />
|
160
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/capybara/script.rb" />
|
161
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/capybara/dsl.rb" />
|
162
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/dsl.rb" />
|
163
|
+
<option value="$PROJECT_DIR$/Rakefile" />
|
164
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/watir_webdriver/script.rb" />
|
165
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/script.rb" />
|
166
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
167
|
+
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
168
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl/watir_webdriver/dsl.rb" />
|
169
|
+
<option value="$PROJECT_DIR$/lib/selenium_dsl.rb" />
|
170
|
+
<option value="$PROJECT_DIR$/spec/access_wikipedia_spec.rb" />
|
171
|
+
<option value="$PROJECT_DIR$/CHANGES" />
|
172
|
+
</list>
|
173
|
+
</option>
|
174
|
+
</component>
|
175
|
+
<component name="ProjectFrameBounds">
|
176
|
+
<option name="x" value="91" />
|
177
|
+
<option name="y" value="22" />
|
178
|
+
<option name="width" value="1589" />
|
179
|
+
<option name="height" value="1028" />
|
180
|
+
</component>
|
181
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
182
|
+
<OptionsSetting value="true" id="Add" />
|
183
|
+
<OptionsSetting value="true" id="Remove" />
|
184
|
+
<OptionsSetting value="true" id="Checkout" />
|
185
|
+
<OptionsSetting value="true" id="Update" />
|
186
|
+
<OptionsSetting value="true" id="Status" />
|
187
|
+
<OptionsSetting value="true" id="Edit" />
|
188
|
+
<ConfirmationsSetting value="0" id="Add" />
|
189
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
190
|
+
</component>
|
191
|
+
<component name="ProjectReloadState">
|
192
|
+
<option name="STATE" value="0" />
|
193
|
+
</component>
|
194
|
+
<component name="ProjectView">
|
195
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
196
|
+
<flattenPackages />
|
197
|
+
<showMembers />
|
198
|
+
<showModules />
|
199
|
+
<showLibraryContents />
|
200
|
+
<hideEmptyPackages />
|
201
|
+
<abbreviatePackageNames />
|
202
|
+
<autoscrollToSource ProjectPane="true" />
|
203
|
+
<autoscrollFromSource ProjectPane="true" />
|
204
|
+
<sortByType />
|
205
|
+
</navigator>
|
206
|
+
<panes>
|
207
|
+
<pane id="ProjectPane">
|
208
|
+
<subPane>
|
209
|
+
<PATH>
|
210
|
+
<PATH_ELEMENT>
|
211
|
+
<option name="myItemId" value="selenium_dsl" />
|
212
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
213
|
+
</PATH_ELEMENT>
|
214
|
+
<PATH_ELEMENT>
|
215
|
+
<option name="myItemId" value="External Libraries" />
|
216
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
217
|
+
</PATH_ELEMENT>
|
218
|
+
</PATH>
|
219
|
+
<PATH>
|
220
|
+
<PATH_ELEMENT>
|
221
|
+
<option name="myItemId" value="selenium_dsl" />
|
222
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
223
|
+
</PATH_ELEMENT>
|
224
|
+
<PATH_ELEMENT>
|
225
|
+
<option name="myItemId" value="External Libraries" />
|
226
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
227
|
+
</PATH_ELEMENT>
|
228
|
+
<PATH_ELEMENT>
|
229
|
+
<option name="myItemId" value="watir-webdriver (v0.6.2, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" />
|
230
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
231
|
+
</PATH_ELEMENT>
|
232
|
+
</PATH>
|
233
|
+
<PATH>
|
234
|
+
<PATH_ELEMENT>
|
235
|
+
<option name="myItemId" value="selenium_dsl" />
|
236
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
237
|
+
</PATH_ELEMENT>
|
238
|
+
<PATH_ELEMENT>
|
239
|
+
<option name="myItemId" value="External Libraries" />
|
240
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
241
|
+
</PATH_ELEMENT>
|
242
|
+
<PATH_ELEMENT>
|
243
|
+
<option name="myItemId" value="watir-webdriver (v0.6.2, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" />
|
244
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
245
|
+
</PATH_ELEMENT>
|
246
|
+
<PATH_ELEMENT>
|
247
|
+
<option name="myItemId" value="lib" />
|
248
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
249
|
+
</PATH_ELEMENT>
|
250
|
+
</PATH>
|
251
|
+
<PATH>
|
252
|
+
<PATH_ELEMENT>
|
253
|
+
<option name="myItemId" value="selenium_dsl" />
|
254
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
255
|
+
</PATH_ELEMENT>
|
256
|
+
<PATH_ELEMENT>
|
257
|
+
<option name="myItemId" value="External Libraries" />
|
258
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
|
259
|
+
</PATH_ELEMENT>
|
260
|
+
<PATH_ELEMENT>
|
261
|
+
<option name="myItemId" value="watir-webdriver (v0.6.2, RVM: ruby-1.9.3-p385 [selenium_dsl]) [gem]" />
|
262
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.NamedLibraryElementNode" />
|
263
|
+
</PATH_ELEMENT>
|
264
|
+
<PATH_ELEMENT>
|
265
|
+
<option name="myItemId" value="lib" />
|
266
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
267
|
+
</PATH_ELEMENT>
|
268
|
+
<PATH_ELEMENT>
|
269
|
+
<option name="myItemId" value="watir-webdriver" />
|
270
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
271
|
+
</PATH_ELEMENT>
|
272
|
+
</PATH>
|
273
|
+
<PATH>
|
274
|
+
<PATH_ELEMENT>
|
275
|
+
<option name="myItemId" value="selenium_dsl" />
|
276
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
277
|
+
</PATH_ELEMENT>
|
278
|
+
<PATH_ELEMENT>
|
279
|
+
<option name="myItemId" value="selenium_dsl" />
|
280
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
281
|
+
</PATH_ELEMENT>
|
282
|
+
</PATH>
|
283
|
+
<PATH>
|
284
|
+
<PATH_ELEMENT>
|
285
|
+
<option name="myItemId" value="selenium_dsl" />
|
286
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
287
|
+
</PATH_ELEMENT>
|
288
|
+
<PATH_ELEMENT>
|
289
|
+
<option name="myItemId" value="selenium_dsl" />
|
290
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
291
|
+
</PATH_ELEMENT>
|
292
|
+
<PATH_ELEMENT>
|
293
|
+
<option name="myItemId" value="spec" />
|
294
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
295
|
+
</PATH_ELEMENT>
|
296
|
+
</PATH>
|
297
|
+
<PATH>
|
298
|
+
<PATH_ELEMENT>
|
299
|
+
<option name="myItemId" value="selenium_dsl" />
|
300
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
301
|
+
</PATH_ELEMENT>
|
302
|
+
<PATH_ELEMENT>
|
303
|
+
<option name="myItemId" value="selenium_dsl" />
|
304
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
305
|
+
</PATH_ELEMENT>
|
306
|
+
<PATH_ELEMENT>
|
307
|
+
<option name="myItemId" value="lib" />
|
308
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
309
|
+
</PATH_ELEMENT>
|
310
|
+
</PATH>
|
311
|
+
<PATH>
|
312
|
+
<PATH_ELEMENT>
|
313
|
+
<option name="myItemId" value="selenium_dsl" />
|
314
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
315
|
+
</PATH_ELEMENT>
|
316
|
+
<PATH_ELEMENT>
|
317
|
+
<option name="myItemId" value="selenium_dsl" />
|
318
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
319
|
+
</PATH_ELEMENT>
|
320
|
+
<PATH_ELEMENT>
|
321
|
+
<option name="myItemId" value="lib" />
|
322
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
323
|
+
</PATH_ELEMENT>
|
324
|
+
<PATH_ELEMENT>
|
325
|
+
<option name="myItemId" value="selenium_dsl" />
|
326
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
327
|
+
</PATH_ELEMENT>
|
328
|
+
</PATH>
|
329
|
+
<PATH>
|
330
|
+
<PATH_ELEMENT>
|
331
|
+
<option name="myItemId" value="selenium_dsl" />
|
332
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
333
|
+
</PATH_ELEMENT>
|
334
|
+
<PATH_ELEMENT>
|
335
|
+
<option name="myItemId" value="selenium_dsl" />
|
336
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
337
|
+
</PATH_ELEMENT>
|
338
|
+
<PATH_ELEMENT>
|
339
|
+
<option name="myItemId" value="lib" />
|
340
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
341
|
+
</PATH_ELEMENT>
|
342
|
+
<PATH_ELEMENT>
|
343
|
+
<option name="myItemId" value="selenium_dsl" />
|
344
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
345
|
+
</PATH_ELEMENT>
|
346
|
+
<PATH_ELEMENT>
|
347
|
+
<option name="myItemId" value="watir_webdriver" />
|
348
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
349
|
+
</PATH_ELEMENT>
|
350
|
+
</PATH>
|
351
|
+
<PATH>
|
352
|
+
<PATH_ELEMENT>
|
353
|
+
<option name="myItemId" value="selenium_dsl" />
|
354
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
355
|
+
</PATH_ELEMENT>
|
356
|
+
<PATH_ELEMENT>
|
357
|
+
<option name="myItemId" value="selenium_dsl" />
|
358
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
359
|
+
</PATH_ELEMENT>
|
360
|
+
<PATH_ELEMENT>
|
361
|
+
<option name="myItemId" value="lib" />
|
362
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
363
|
+
</PATH_ELEMENT>
|
364
|
+
<PATH_ELEMENT>
|
365
|
+
<option name="myItemId" value="selenium_dsl" />
|
366
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
367
|
+
</PATH_ELEMENT>
|
368
|
+
<PATH_ELEMENT>
|
369
|
+
<option name="myItemId" value="selenium_webdriver" />
|
370
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
371
|
+
</PATH_ELEMENT>
|
372
|
+
</PATH>
|
373
|
+
<PATH>
|
374
|
+
<PATH_ELEMENT>
|
375
|
+
<option name="myItemId" value="selenium_dsl" />
|
376
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
377
|
+
</PATH_ELEMENT>
|
378
|
+
<PATH_ELEMENT>
|
379
|
+
<option name="myItemId" value="selenium_dsl" />
|
380
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
381
|
+
</PATH_ELEMENT>
|
382
|
+
<PATH_ELEMENT>
|
383
|
+
<option name="myItemId" value="lib" />
|
384
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
385
|
+
</PATH_ELEMENT>
|
386
|
+
<PATH_ELEMENT>
|
387
|
+
<option name="myItemId" value="selenium_dsl" />
|
388
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
389
|
+
</PATH_ELEMENT>
|
390
|
+
<PATH_ELEMENT>
|
391
|
+
<option name="myItemId" value="selenium_client" />
|
392
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
393
|
+
</PATH_ELEMENT>
|
394
|
+
</PATH>
|
395
|
+
<PATH>
|
396
|
+
<PATH_ELEMENT>
|
397
|
+
<option name="myItemId" value="selenium_dsl" />
|
398
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
399
|
+
</PATH_ELEMENT>
|
400
|
+
<PATH_ELEMENT>
|
401
|
+
<option name="myItemId" value="selenium_dsl" />
|
402
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
403
|
+
</PATH_ELEMENT>
|
404
|
+
<PATH_ELEMENT>
|
405
|
+
<option name="myItemId" value="lib" />
|
406
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
407
|
+
</PATH_ELEMENT>
|
408
|
+
<PATH_ELEMENT>
|
409
|
+
<option name="myItemId" value="selenium_dsl" />
|
410
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
411
|
+
</PATH_ELEMENT>
|
412
|
+
<PATH_ELEMENT>
|
413
|
+
<option name="myItemId" value="capybara" />
|
414
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
415
|
+
</PATH_ELEMENT>
|
416
|
+
</PATH>
|
417
|
+
</subPane>
|
418
|
+
</pane>
|
419
|
+
<pane id="Scope" />
|
420
|
+
</panes>
|
421
|
+
</component>
|
422
|
+
<component name="PropertiesComponent">
|
423
|
+
<property name="options.splitter.main.proportions" value="0.3" />
|
424
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
425
|
+
<property name="options.lastSelected" value="project.propVCSSupport.Mappings" />
|
426
|
+
<property name="recentsLimit" value="5" />
|
427
|
+
<property name="restartRequiresConfirmation" value="true" />
|
428
|
+
<property name="FullScreen" value="false" />
|
429
|
+
<property name="options.searchVisible" value="true" />
|
430
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
431
|
+
</component>
|
432
|
+
<component name="RecentsManager">
|
433
|
+
<key name="MoveFile.RECENT_KEYS">
|
434
|
+
<recent name="$PROJECT_DIR$" />
|
435
|
+
<recent name="$PROJECT_DIR$/lib/selenium_dsl/selenium_client" />
|
436
|
+
</key>
|
437
|
+
</component>
|
438
|
+
<component name="RunManager" selected="RSpec.access wikipedia should submit the request with watir webdriver">
|
439
|
+
<configuration default="false" name="access wikipedia should submit the request with selenium webdriver" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
440
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
441
|
+
<module name="selenium_dsl" />
|
442
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
443
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
|
444
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
445
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
446
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
447
|
+
<envs>
|
448
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
449
|
+
</envs>
|
450
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
451
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
452
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
453
|
+
<COVERAGE_PATTERN ENABLED="true">
|
454
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
455
|
+
</COVERAGE_PATTERN>
|
456
|
+
</EXTENSION>
|
457
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
458
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
459
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/access_wikipedia_spec.rb" />
|
460
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
461
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
462
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="access wikipedia should submit the request with selenium webdriver" />
|
463
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
464
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
465
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
466
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
467
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
468
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
469
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
470
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
471
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
472
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
473
|
+
<method />
|
474
|
+
</configuration>
|
475
|
+
<configuration default="false" name="access wikipedia should submit the request with selenium-client" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
476
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
477
|
+
<module name="selenium_dsl" />
|
478
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
479
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
|
480
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
481
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
482
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
483
|
+
<envs>
|
484
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
485
|
+
</envs>
|
486
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
487
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
488
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
489
|
+
<COVERAGE_PATTERN ENABLED="true">
|
490
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
491
|
+
</COVERAGE_PATTERN>
|
492
|
+
</EXTENSION>
|
493
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
494
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
495
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/access_wikipedia_spec.rb" />
|
496
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
497
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
498
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="access wikipedia should submit the request with selenium-client" />
|
499
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
500
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
501
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
502
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
503
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
504
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
505
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
506
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
507
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
508
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
509
|
+
<method />
|
510
|
+
</configuration>
|
511
|
+
<configuration default="false" name="access wikipedia should submit the request with watir webdriver" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
512
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
513
|
+
<module name="selenium_dsl" />
|
514
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
515
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
|
516
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
517
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
518
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
519
|
+
<envs>
|
520
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
521
|
+
</envs>
|
522
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
523
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
524
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
525
|
+
<COVERAGE_PATTERN ENABLED="true">
|
526
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
527
|
+
</COVERAGE_PATTERN>
|
528
|
+
</EXTENSION>
|
529
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
530
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
531
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/access_wikipedia_spec.rb" />
|
532
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
533
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
534
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="access wikipedia should submit the request with watir webdriver" />
|
535
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
536
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
537
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
538
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
539
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
540
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
541
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
542
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
543
|
+
<method />
|
544
|
+
</configuration>
|
545
|
+
<configuration default="false" name="access wikipedia should submit the request with capybara and webkit" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
546
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
547
|
+
<module name="selenium_dsl" />
|
548
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
549
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
|
550
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
551
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
552
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
553
|
+
<envs>
|
554
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
555
|
+
</envs>
|
556
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
557
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
558
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
559
|
+
<COVERAGE_PATTERN ENABLED="true">
|
560
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
561
|
+
</COVERAGE_PATTERN>
|
562
|
+
</EXTENSION>
|
563
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
564
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
565
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/access_wikipedia_spec.rb" />
|
566
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
567
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
568
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="access wikipedia should submit the request with capybara and webkit" />
|
569
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
570
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
571
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
572
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
573
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
574
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
575
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
576
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
577
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
578
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
579
|
+
<method />
|
580
|
+
</configuration>
|
581
|
+
<configuration default="false" name="access wikipedia should submit the request with capybara and selenium" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
582
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
583
|
+
<module name="selenium_dsl" />
|
584
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
585
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
|
586
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
587
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
588
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
589
|
+
<envs>
|
590
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
591
|
+
</envs>
|
592
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
593
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
594
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
595
|
+
<COVERAGE_PATTERN ENABLED="true">
|
596
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
597
|
+
</COVERAGE_PATTERN>
|
598
|
+
</EXTENSION>
|
599
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
600
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
601
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/access_wikipedia_spec.rb" />
|
602
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
603
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
604
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="access wikipedia should submit the request with capybara and selenium" />
|
605
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
606
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
607
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
608
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
609
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
610
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
611
|
+
<RunnerSettings RunnerId="RubyDebugRunner" />
|
612
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
613
|
+
<ConfigurationWrapper RunnerId="RubyDebugRunner" />
|
614
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
615
|
+
<method />
|
616
|
+
</configuration>
|
617
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
618
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
619
|
+
<module name="" />
|
620
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
621
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
622
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
623
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
624
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
625
|
+
<envs />
|
626
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
627
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
628
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
629
|
+
<COVERAGE_PATTERN ENABLED="true">
|
630
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
631
|
+
</COVERAGE_PATTERN>
|
632
|
+
</EXTENSION>
|
633
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
634
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
635
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
636
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
637
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
638
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
639
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
640
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
641
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
642
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
643
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
644
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
645
|
+
<method />
|
646
|
+
</configuration>
|
647
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
648
|
+
<module name="" />
|
649
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
650
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
651
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
652
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
653
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
654
|
+
<envs />
|
655
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
656
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
657
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
658
|
+
<COVERAGE_PATTERN ENABLED="true">
|
659
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
660
|
+
</COVERAGE_PATTERN>
|
661
|
+
</EXTENSION>
|
662
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
663
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
664
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
665
|
+
<method />
|
666
|
+
</configuration>
|
667
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
668
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
669
|
+
<module name="" />
|
670
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
671
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
672
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
673
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
674
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
675
|
+
<envs />
|
676
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
677
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
678
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
679
|
+
<COVERAGE_PATTERN ENABLED="true">
|
680
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
681
|
+
</COVERAGE_PATTERN>
|
682
|
+
</EXTENSION>
|
683
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
684
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
685
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
686
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
687
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
688
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
689
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
690
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
691
|
+
<method />
|
692
|
+
</configuration>
|
693
|
+
<configuration default="true" type="RubyRemoteDebugConfigurationType" factoryName="Ruby remote debug">
|
694
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="REMOTE_HOST" VALUE="localhost" />
|
695
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="PORT" VALUE="1234" />
|
696
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="DISPATCHER_PORT" VALUE="26162" />
|
697
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="REMOTE_ROOT" VALUE="" />
|
698
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="LOCAL_ROOT" VALUE="" />
|
699
|
+
<method />
|
700
|
+
</configuration>
|
701
|
+
<configuration default="false" name="remote" type="RubyRemoteDebugConfigurationType" factoryName="Ruby remote debug">
|
702
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="REMOTE_HOST" VALUE="localhost" />
|
703
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="PORT" VALUE="1234" />
|
704
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="DISPATCHER_PORT" VALUE="26162" />
|
705
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="REMOTE_ROOT" VALUE="$PROJECT_DIR$" />
|
706
|
+
<RUBY_REMOTE_DEBUG_CONFIG NAME="LOCAL_ROOT" VALUE="$PROJECT_DIR$" />
|
707
|
+
<RunnerSettings RunnerId="RubyRemoteDebugRunner" />
|
708
|
+
<ConfigurationWrapper RunnerId="RubyRemoteDebugRunner" />
|
709
|
+
<method />
|
710
|
+
</configuration>
|
711
|
+
<list size="6">
|
712
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby remote debug.remote" />
|
713
|
+
<item index="1" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with selenium webdriver" />
|
714
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with selenium-client" />
|
715
|
+
<item index="3" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with watir webdriver" />
|
716
|
+
<item index="4" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with capybara and webkit" />
|
717
|
+
<item index="5" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with capybara and selenium" />
|
718
|
+
</list>
|
719
|
+
<recent_temporary>
|
720
|
+
<list size="5">
|
721
|
+
<item index="0" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with watir webdriver" />
|
722
|
+
<item index="1" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with selenium webdriver" />
|
723
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with selenium-client" />
|
724
|
+
<item index="3" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with capybara and selenium" />
|
725
|
+
<item index="4" class="java.lang.String" itemvalue="RSpec.access wikipedia should submit the request with capybara and webkit" />
|
726
|
+
</list>
|
727
|
+
</recent_temporary>
|
728
|
+
</component>
|
729
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
730
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false">
|
731
|
+
<option name="USER" value="" />
|
732
|
+
<option name="PASSWORD" value="" />
|
733
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
734
|
+
<option name="mySSHReadTimeout" value="30000" />
|
735
|
+
<option name="LAST_MERGED_REVISION" />
|
736
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
737
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
738
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
739
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
740
|
+
<option name="DETECT_NESTED_COPIES" value="true" />
|
741
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
742
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
743
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
744
|
+
<option name="FORCE_UPDATE" value="false" />
|
745
|
+
<option name="IGNORE_EXTERNALS" value="false" />
|
746
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
747
|
+
</component>
|
748
|
+
<component name="TaskManager">
|
749
|
+
<task active="true" id="Default" summary="Default task">
|
750
|
+
<changelist id="4f121c6d-2d22-4993-b695-5f87cc8a9c19" name="Default" comment="" />
|
751
|
+
<created>1360789397186</created>
|
752
|
+
<updated>1360789397186</updated>
|
753
|
+
</task>
|
754
|
+
<task id="LOCAL-00001" summary="Initial release">
|
755
|
+
<created>1360797439198</created>
|
756
|
+
<updated>1360797439198</updated>
|
757
|
+
</task>
|
758
|
+
<task id="LOCAL-00002" summary="redesign">
|
759
|
+
<created>1361028869576</created>
|
760
|
+
<updated>1361028869576</updated>
|
761
|
+
</task>
|
762
|
+
<task id="LOCAL-00003" summary="redesign">
|
763
|
+
<created>1361028875852</created>
|
764
|
+
<updated>1361028875852</updated>
|
765
|
+
</task>
|
766
|
+
<task id="LOCAL-00004" summary="redesign">
|
767
|
+
<created>1361028886333</created>
|
768
|
+
<updated>1361028886333</updated>
|
769
|
+
</task>
|
770
|
+
<task id="LOCAL-00005" summary="redesign">
|
771
|
+
<created>1361029308801</created>
|
772
|
+
<updated>1361029308801</updated>
|
773
|
+
</task>
|
774
|
+
<task id="LOCAL-00006" summary="redesign">
|
775
|
+
<created>1361050978695</created>
|
776
|
+
<updated>1361050978695</updated>
|
777
|
+
</task>
|
778
|
+
<task id="LOCAL-00007" summary="redesign">
|
779
|
+
<created>1361480196963</created>
|
780
|
+
<updated>1361480196963</updated>
|
781
|
+
</task>
|
782
|
+
<task id="LOCAL-00008" summary="redesign">
|
783
|
+
<created>1361480256643</created>
|
784
|
+
<updated>1361480256644</updated>
|
785
|
+
</task>
|
786
|
+
<option name="localTasksCounter" value="9" />
|
787
|
+
<servers />
|
788
|
+
</component>
|
789
|
+
<component name="ToolWindowManager">
|
790
|
+
<frame x="91" y="22" width="1589" height="1028" extended-state="0" />
|
791
|
+
<editor active="true" />
|
792
|
+
<layout>
|
793
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32957748" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
794
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3376206" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
795
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
796
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290461" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
797
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
798
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
799
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.28256643" sideWeight="0.66237944" order="0" side_tool="false" content_ui="combo" />
|
800
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.34297964" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
801
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
802
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
803
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33547696" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
804
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
805
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
806
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
807
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
808
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
809
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
810
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
811
|
+
</layout>
|
812
|
+
</component>
|
813
|
+
<component name="VcsContentAnnotationSettings">
|
814
|
+
<option name="myLimit" value="2678400000" />
|
815
|
+
</component>
|
816
|
+
<component name="VcsManagerConfiguration">
|
817
|
+
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
818
|
+
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
819
|
+
<option name="CHECK_NEW_TODO" value="true" />
|
820
|
+
<option name="myTodoPanelSettings">
|
821
|
+
<value>
|
822
|
+
<are-packages-shown value="false" />
|
823
|
+
<are-modules-shown value="false" />
|
824
|
+
<flatten-packages value="false" />
|
825
|
+
<is-autoscroll-to-source value="false" />
|
826
|
+
</value>
|
827
|
+
</option>
|
828
|
+
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
829
|
+
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
830
|
+
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
831
|
+
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
832
|
+
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
833
|
+
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
834
|
+
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
835
|
+
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
836
|
+
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
837
|
+
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
838
|
+
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
839
|
+
<option name="SHORT_DIFF_HORISONTALLY" value="true" />
|
840
|
+
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
841
|
+
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
842
|
+
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
843
|
+
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
844
|
+
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
845
|
+
<option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
|
846
|
+
<option name="SHOW_DIRTY_RECURSIVELY" value="false" />
|
847
|
+
<option name="LIMIT_HISTORY" value="true" />
|
848
|
+
<option name="MAXIMUM_HISTORY_ROWS" value="1000" />
|
849
|
+
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
850
|
+
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
|
851
|
+
<option name="LAST_COMMIT_MESSAGE" value="redesign" />
|
852
|
+
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
|
853
|
+
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
854
|
+
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
855
|
+
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
856
|
+
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
857
|
+
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
858
|
+
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
859
|
+
<option name="ACTIVE_VCS_NAME" />
|
860
|
+
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
861
|
+
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
862
|
+
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
863
|
+
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
864
|
+
<MESSAGE value="Initial release" />
|
865
|
+
<MESSAGE value="redesign" />
|
866
|
+
</component>
|
867
|
+
<component name="XDebuggerManager">
|
868
|
+
<breakpoint-manager>
|
869
|
+
<breakpoints>
|
870
|
+
<line-breakpoint enabled="true" type="ruby-line">
|
871
|
+
<url>file://$PROJECT_DIR$/lib/selenium_dsl/selenium_client/dsl.rb</url>
|
872
|
+
<line>24</line>
|
873
|
+
<option name="timeStamp" value="24" />
|
874
|
+
</line-breakpoint>
|
875
|
+
<line-breakpoint enabled="true" type="ruby-line">
|
876
|
+
<url>file://$USER_HOME$/.rvm/gems/ruby-1.9.3-p385@selenium_dsl/gems/capybara-1.1.4/lib/capybara/session.rb</url>
|
877
|
+
<line>81</line>
|
878
|
+
<option name="timeStamp" value="57" />
|
879
|
+
</line-breakpoint>
|
880
|
+
</breakpoints>
|
881
|
+
<option name="time" value="67" />
|
882
|
+
</breakpoint-manager>
|
883
|
+
</component>
|
884
|
+
<component name="editorHistoryManager">
|
885
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/capybara/script.rb">
|
886
|
+
<provider selected="true" editor-type-id="text-editor">
|
887
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
888
|
+
</provider>
|
889
|
+
</entry>
|
890
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
891
|
+
<provider selected="true" editor-type-id="text-editor">
|
892
|
+
<state line="15" column="0" selection-start="282" selection-end="282" vertical-scroll-proportion="0.0">
|
893
|
+
<folding />
|
894
|
+
</state>
|
895
|
+
</provider>
|
896
|
+
</entry>
|
897
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/capybara/dsl.rb">
|
898
|
+
<provider selected="true" editor-type-id="text-editor">
|
899
|
+
<state line="33" column="16" selection-start="1142" selection-end="1142" vertical-scroll-proportion="0.0">
|
900
|
+
<folding />
|
901
|
+
</state>
|
902
|
+
</provider>
|
903
|
+
</entry>
|
904
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_client/script.rb">
|
905
|
+
<provider selected="true" editor-type-id="text-editor">
|
906
|
+
<state line="105" column="8" selection-start="2479" selection-end="2479" vertical-scroll-proportion="0.0">
|
907
|
+
<folding />
|
908
|
+
</state>
|
909
|
+
</provider>
|
910
|
+
</entry>
|
911
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_helper.rb">
|
912
|
+
<provider selected="true" editor-type-id="text-editor">
|
913
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
914
|
+
<folding />
|
915
|
+
</state>
|
916
|
+
</provider>
|
917
|
+
</entry>
|
918
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/watir_webdriver/script.rb">
|
919
|
+
<provider selected="true" editor-type-id="text-editor">
|
920
|
+
<state line="12" column="86" selection-start="259" selection-end="259" vertical-scroll-proportion="0.0">
|
921
|
+
<folding />
|
922
|
+
</state>
|
923
|
+
</provider>
|
924
|
+
</entry>
|
925
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/dsl.rb">
|
926
|
+
<provider selected="true" editor-type-id="text-editor">
|
927
|
+
<state line="24" column="0" selection-start="833" selection-end="833" vertical-scroll-proportion="0.0">
|
928
|
+
<folding />
|
929
|
+
</state>
|
930
|
+
</provider>
|
931
|
+
</entry>
|
932
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/script.rb">
|
933
|
+
<provider selected="true" editor-type-id="text-editor">
|
934
|
+
<state line="14" column="30" selection-start="322" selection-end="322" vertical-scroll-proportion="0.0">
|
935
|
+
<folding />
|
936
|
+
</state>
|
937
|
+
</provider>
|
938
|
+
</entry>
|
939
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl.rb">
|
940
|
+
<provider selected="true" editor-type-id="text-editor">
|
941
|
+
<state line="7" column="35" selection-start="255" selection-end="255" vertical-scroll-proportion="0.1891892">
|
942
|
+
<folding />
|
943
|
+
</state>
|
944
|
+
</provider>
|
945
|
+
</entry>
|
946
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
947
|
+
<provider selected="true" editor-type-id="text-editor">
|
948
|
+
<state line="10" column="0" selection-start="309" selection-end="309" vertical-scroll-proportion="-0.5405405">
|
949
|
+
<folding />
|
950
|
+
</state>
|
951
|
+
</provider>
|
952
|
+
</entry>
|
953
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
954
|
+
<provider selected="true" editor-type-id="text-editor">
|
955
|
+
<state line="3" column="23" selection-start="57" selection-end="57" vertical-scroll-proportion="0.08108108">
|
956
|
+
<folding />
|
957
|
+
</state>
|
958
|
+
</provider>
|
959
|
+
</entry>
|
960
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-1.9.3-p385@selenium_dsl/gems/watir-webdriver-0.6.2/lib/watir-webdriver/browser.rb">
|
961
|
+
<provider selected="true" editor-type-id="text-editor">
|
962
|
+
<state line="7" column="8" selection-start="107" selection-end="107" vertical-scroll-proportion="-9.810811">
|
963
|
+
<folding />
|
964
|
+
</state>
|
965
|
+
</provider>
|
966
|
+
</entry>
|
967
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/watir_webdriver/dsl.rb">
|
968
|
+
<provider selected="true" editor-type-id="text-editor">
|
969
|
+
<state line="21" column="101" selection-start="590" selection-end="590" vertical-scroll-proportion="0.0">
|
970
|
+
<folding />
|
971
|
+
</state>
|
972
|
+
</provider>
|
973
|
+
</entry>
|
974
|
+
<entry file="file://$PROJECT_DIR$/spec/access_wikipedia_spec.rb">
|
975
|
+
<provider selected="true" editor-type-id="text-editor">
|
976
|
+
<state line="86" column="98" selection-start="2221" selection-end="2221" vertical-scroll-proportion="0.0">
|
977
|
+
<folding />
|
978
|
+
</state>
|
979
|
+
</provider>
|
980
|
+
</entry>
|
981
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/version.rb">
|
982
|
+
<provider selected="true" editor-type-id="text-editor">
|
983
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
984
|
+
<folding />
|
985
|
+
</state>
|
986
|
+
</provider>
|
987
|
+
</entry>
|
988
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
989
|
+
<provider selected="true" editor-type-id="text-editor">
|
990
|
+
<state line="8" column="2" selection-start="84" selection-end="101" vertical-scroll-proportion="0.21694915">
|
991
|
+
<folding />
|
992
|
+
</state>
|
993
|
+
</provider>
|
994
|
+
</entry>
|
995
|
+
</component>
|
996
|
+
</project>
|
997
|
+
|