e2e 0.6.1 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.ruby-version +1 -0
- data/Appraisals +3 -0
- data/CHANGELOG.md +23 -0
- data/README.md +2 -0
- data/gemfiles/rails_7.0.gemfile +1 -0
- data/gemfiles/rails_7.0.gemfile.lock +90 -91
- data/gemfiles/rails_7.1.gemfile.lock +110 -100
- data/gemfiles/rails_7.2.gemfile.lock +110 -100
- data/gemfiles/rails_8.0.gemfile.lock +174 -164
- data/gemfiles/rails_8.1.gemfile.lock +176 -166
- data/lib/e2e/drivers/playwright.rb +34 -10
- data/lib/e2e/minitest.rb +1 -0
- data/lib/e2e/rails.rb +71 -10
- data/lib/e2e/rspec.rb +1 -0
- data/lib/e2e/server.rb +28 -3
- data/lib/e2e/version.rb +1 -1
- data/lib/e2e.rb +11 -1
- data/mise.toml +14 -0
- metadata +33 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
e2e (0.
|
|
4
|
+
e2e (0.7.1)
|
|
5
5
|
playwright-ruby-client (>= 1.40.0)
|
|
6
6
|
rack
|
|
7
7
|
rackup
|
|
@@ -10,31 +10,31 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
action_text-trix (2.1.
|
|
13
|
+
action_text-trix (2.1.19)
|
|
14
14
|
railties
|
|
15
|
-
actioncable (8.1.3)
|
|
16
|
-
actionpack (= 8.1.3)
|
|
17
|
-
activesupport (= 8.1.3)
|
|
15
|
+
actioncable (8.1.3.1)
|
|
16
|
+
actionpack (= 8.1.3.1)
|
|
17
|
+
activesupport (= 8.1.3.1)
|
|
18
18
|
nio4r (~> 2.0)
|
|
19
19
|
websocket-driver (>= 0.6.1)
|
|
20
20
|
zeitwerk (~> 2.6)
|
|
21
|
-
actionmailbox (8.1.3)
|
|
22
|
-
actionpack (= 8.1.3)
|
|
23
|
-
activejob (= 8.1.3)
|
|
24
|
-
activerecord (= 8.1.3)
|
|
25
|
-
activestorage (= 8.1.3)
|
|
26
|
-
activesupport (= 8.1.3)
|
|
21
|
+
actionmailbox (8.1.3.1)
|
|
22
|
+
actionpack (= 8.1.3.1)
|
|
23
|
+
activejob (= 8.1.3.1)
|
|
24
|
+
activerecord (= 8.1.3.1)
|
|
25
|
+
activestorage (= 8.1.3.1)
|
|
26
|
+
activesupport (= 8.1.3.1)
|
|
27
27
|
mail (>= 2.8.0)
|
|
28
|
-
actionmailer (8.1.3)
|
|
29
|
-
actionpack (= 8.1.3)
|
|
30
|
-
actionview (= 8.1.3)
|
|
31
|
-
activejob (= 8.1.3)
|
|
32
|
-
activesupport (= 8.1.3)
|
|
28
|
+
actionmailer (8.1.3.1)
|
|
29
|
+
actionpack (= 8.1.3.1)
|
|
30
|
+
actionview (= 8.1.3.1)
|
|
31
|
+
activejob (= 8.1.3.1)
|
|
32
|
+
activesupport (= 8.1.3.1)
|
|
33
33
|
mail (>= 2.8.0)
|
|
34
34
|
rails-dom-testing (~> 2.2)
|
|
35
|
-
actionpack (8.1.3)
|
|
36
|
-
actionview (= 8.1.3)
|
|
37
|
-
activesupport (= 8.1.3)
|
|
35
|
+
actionpack (8.1.3.1)
|
|
36
|
+
actionview (= 8.1.3.1)
|
|
37
|
+
activesupport (= 8.1.3.1)
|
|
38
38
|
nokogiri (>= 1.8.5)
|
|
39
39
|
rack (>= 2.2.4)
|
|
40
40
|
rack-session (>= 1.0.1)
|
|
@@ -42,36 +42,36 @@ GEM
|
|
|
42
42
|
rails-dom-testing (~> 2.2)
|
|
43
43
|
rails-html-sanitizer (~> 1.6)
|
|
44
44
|
useragent (~> 0.16)
|
|
45
|
-
actiontext (8.1.3)
|
|
45
|
+
actiontext (8.1.3.1)
|
|
46
46
|
action_text-trix (~> 2.1.15)
|
|
47
|
-
actionpack (= 8.1.3)
|
|
48
|
-
activerecord (= 8.1.3)
|
|
49
|
-
activestorage (= 8.1.3)
|
|
50
|
-
activesupport (= 8.1.3)
|
|
47
|
+
actionpack (= 8.1.3.1)
|
|
48
|
+
activerecord (= 8.1.3.1)
|
|
49
|
+
activestorage (= 8.1.3.1)
|
|
50
|
+
activesupport (= 8.1.3.1)
|
|
51
51
|
globalid (>= 0.6.0)
|
|
52
52
|
nokogiri (>= 1.8.5)
|
|
53
|
-
actionview (8.1.3)
|
|
54
|
-
activesupport (= 8.1.3)
|
|
53
|
+
actionview (8.1.3.1)
|
|
54
|
+
activesupport (= 8.1.3.1)
|
|
55
55
|
builder (~> 3.1)
|
|
56
56
|
erubi (~> 1.11)
|
|
57
57
|
rails-dom-testing (~> 2.2)
|
|
58
58
|
rails-html-sanitizer (~> 1.6)
|
|
59
|
-
activejob (8.1.3)
|
|
60
|
-
activesupport (= 8.1.3)
|
|
59
|
+
activejob (8.1.3.1)
|
|
60
|
+
activesupport (= 8.1.3.1)
|
|
61
61
|
globalid (>= 0.3.6)
|
|
62
|
-
activemodel (8.1.3)
|
|
63
|
-
activesupport (= 8.1.3)
|
|
64
|
-
activerecord (8.1.3)
|
|
65
|
-
activemodel (= 8.1.3)
|
|
66
|
-
activesupport (= 8.1.3)
|
|
62
|
+
activemodel (8.1.3.1)
|
|
63
|
+
activesupport (= 8.1.3.1)
|
|
64
|
+
activerecord (8.1.3.1)
|
|
65
|
+
activemodel (= 8.1.3.1)
|
|
66
|
+
activesupport (= 8.1.3.1)
|
|
67
67
|
timeout (>= 0.4.0)
|
|
68
|
-
activestorage (8.1.3)
|
|
69
|
-
actionpack (= 8.1.3)
|
|
70
|
-
activejob (= 8.1.3)
|
|
71
|
-
activerecord (= 8.1.3)
|
|
72
|
-
activesupport (= 8.1.3)
|
|
68
|
+
activestorage (8.1.3.1)
|
|
69
|
+
actionpack (= 8.1.3.1)
|
|
70
|
+
activejob (= 8.1.3.1)
|
|
71
|
+
activerecord (= 8.1.3.1)
|
|
72
|
+
activesupport (= 8.1.3.1)
|
|
73
73
|
marcel (~> 1.0)
|
|
74
|
-
activesupport (8.1.3)
|
|
74
|
+
activesupport (8.1.3.1)
|
|
75
75
|
base64
|
|
76
76
|
bigdecimal
|
|
77
77
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -90,51 +90,50 @@ GEM
|
|
|
90
90
|
thor (>= 0.14.0)
|
|
91
91
|
ast (2.4.3)
|
|
92
92
|
base64 (0.3.0)
|
|
93
|
-
bigdecimal (4.1.
|
|
93
|
+
bigdecimal (4.1.2)
|
|
94
94
|
builder (3.3.0)
|
|
95
|
-
concurrent-ruby (1.3.
|
|
95
|
+
concurrent-ruby (1.3.8)
|
|
96
96
|
connection_pool (3.0.2)
|
|
97
|
-
crass (1.0.
|
|
97
|
+
crass (1.0.7)
|
|
98
98
|
date (3.5.1)
|
|
99
99
|
diff-lcs (1.6.2)
|
|
100
|
-
docile (1.4.1)
|
|
101
100
|
drb (2.2.3)
|
|
102
|
-
erb (6.0.
|
|
101
|
+
erb (6.0.7)
|
|
103
102
|
erubi (1.13.1)
|
|
104
|
-
globalid (1.
|
|
103
|
+
globalid (1.4.0)
|
|
105
104
|
activesupport (>= 6.1)
|
|
106
|
-
i18n (1.
|
|
105
|
+
i18n (1.15.2)
|
|
107
106
|
concurrent-ruby (~> 1.0)
|
|
108
107
|
io-console (0.8.2)
|
|
109
|
-
irb (1.
|
|
108
|
+
irb (1.18.0)
|
|
110
109
|
pp (>= 0.6.0)
|
|
111
110
|
prism (>= 1.3.0)
|
|
112
111
|
rdoc (>= 4.0.0)
|
|
113
112
|
reline (>= 0.4.2)
|
|
114
|
-
json (2.
|
|
115
|
-
language_server-protocol (3.17.0.
|
|
116
|
-
lefthook (2.1.
|
|
113
|
+
json (2.21.2)
|
|
114
|
+
language_server-protocol (3.17.0.6)
|
|
115
|
+
lefthook (2.1.10)
|
|
117
116
|
lint_roller (1.1.0)
|
|
118
117
|
logger (1.7.0)
|
|
119
|
-
loofah (2.25.
|
|
118
|
+
loofah (2.25.2)
|
|
120
119
|
crass (~> 1.0.2)
|
|
121
120
|
nokogiri (>= 1.12.0)
|
|
122
|
-
mail (2.9.
|
|
121
|
+
mail (2.9.1)
|
|
123
122
|
logger
|
|
124
123
|
mini_mime (>= 0.1.1)
|
|
125
124
|
net-imap
|
|
126
125
|
net-pop
|
|
127
126
|
net-smtp
|
|
128
|
-
marcel (1.1
|
|
127
|
+
marcel (1.2.1)
|
|
129
128
|
mime-types (3.7.0)
|
|
130
129
|
logger
|
|
131
130
|
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
|
132
|
-
mime-types-data (3.2026.
|
|
131
|
+
mime-types-data (3.2026.0701)
|
|
133
132
|
mini_mime (1.1.5)
|
|
134
|
-
minitest (6.0.
|
|
133
|
+
minitest (6.0.6)
|
|
135
134
|
drb (~> 2.0)
|
|
136
135
|
prism (~> 1.5)
|
|
137
|
-
net-imap (0.6.
|
|
136
|
+
net-imap (0.6.6)
|
|
138
137
|
date
|
|
139
138
|
net-protocol
|
|
140
139
|
net-pop (0.1.2)
|
|
@@ -144,37 +143,34 @@ GEM
|
|
|
144
143
|
net-smtp (0.5.1)
|
|
145
144
|
net-protocol
|
|
146
145
|
nio4r (2.7.5)
|
|
147
|
-
nokogiri (1.19.
|
|
146
|
+
nokogiri (1.19.4-aarch64-linux-gnu)
|
|
148
147
|
racc (~> 1.4)
|
|
149
|
-
nokogiri (1.19.
|
|
148
|
+
nokogiri (1.19.4-aarch64-linux-musl)
|
|
150
149
|
racc (~> 1.4)
|
|
151
|
-
nokogiri (1.19.
|
|
150
|
+
nokogiri (1.19.4-arm-linux-gnu)
|
|
152
151
|
racc (~> 1.4)
|
|
153
|
-
nokogiri (1.19.
|
|
152
|
+
nokogiri (1.19.4-arm-linux-musl)
|
|
154
153
|
racc (~> 1.4)
|
|
155
|
-
nokogiri (1.19.
|
|
154
|
+
nokogiri (1.19.4-arm64-darwin)
|
|
156
155
|
racc (~> 1.4)
|
|
157
|
-
nokogiri (1.19.
|
|
156
|
+
nokogiri (1.19.4-x86_64-darwin)
|
|
158
157
|
racc (~> 1.4)
|
|
159
|
-
nokogiri (1.19.
|
|
158
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
160
159
|
racc (~> 1.4)
|
|
161
|
-
nokogiri (1.19.
|
|
160
|
+
nokogiri (1.19.4-x86_64-linux-musl)
|
|
162
161
|
racc (~> 1.4)
|
|
163
|
-
parallel (1.
|
|
164
|
-
parser (3.3.
|
|
162
|
+
parallel (2.1.0)
|
|
163
|
+
parser (3.3.12.0)
|
|
165
164
|
ast (~> 2.4.1)
|
|
166
165
|
racc
|
|
167
|
-
playwright-ruby-client (1.
|
|
166
|
+
playwright-ruby-client (1.62.0)
|
|
168
167
|
base64
|
|
169
168
|
concurrent-ruby (>= 1.1.6)
|
|
170
169
|
mime-types (>= 3.0)
|
|
171
|
-
pp (0.6.
|
|
170
|
+
pp (0.6.4)
|
|
172
171
|
prettyprint
|
|
173
172
|
prettyprint (0.2.0)
|
|
174
173
|
prism (1.9.0)
|
|
175
|
-
psych (5.3.1)
|
|
176
|
-
date
|
|
177
|
-
stringio
|
|
178
174
|
racc (1.8.1)
|
|
179
175
|
rack (3.2.6)
|
|
180
176
|
rack-session (2.1.2)
|
|
@@ -184,30 +180,30 @@ GEM
|
|
|
184
180
|
rack (>= 1.3)
|
|
185
181
|
rackup (2.3.1)
|
|
186
182
|
rack (>= 3)
|
|
187
|
-
rails (8.1.3)
|
|
188
|
-
actioncable (= 8.1.3)
|
|
189
|
-
actionmailbox (= 8.1.3)
|
|
190
|
-
actionmailer (= 8.1.3)
|
|
191
|
-
actionpack (= 8.1.3)
|
|
192
|
-
actiontext (= 8.1.3)
|
|
193
|
-
actionview (= 8.1.3)
|
|
194
|
-
activejob (= 8.1.3)
|
|
195
|
-
activemodel (= 8.1.3)
|
|
196
|
-
activerecord (= 8.1.3)
|
|
197
|
-
activestorage (= 8.1.3)
|
|
198
|
-
activesupport (= 8.1.3)
|
|
183
|
+
rails (8.1.3.1)
|
|
184
|
+
actioncable (= 8.1.3.1)
|
|
185
|
+
actionmailbox (= 8.1.3.1)
|
|
186
|
+
actionmailer (= 8.1.3.1)
|
|
187
|
+
actionpack (= 8.1.3.1)
|
|
188
|
+
actiontext (= 8.1.3.1)
|
|
189
|
+
actionview (= 8.1.3.1)
|
|
190
|
+
activejob (= 8.1.3.1)
|
|
191
|
+
activemodel (= 8.1.3.1)
|
|
192
|
+
activerecord (= 8.1.3.1)
|
|
193
|
+
activestorage (= 8.1.3.1)
|
|
194
|
+
activesupport (= 8.1.3.1)
|
|
199
195
|
bundler (>= 1.15.0)
|
|
200
|
-
railties (= 8.1.3)
|
|
196
|
+
railties (= 8.1.3.1)
|
|
201
197
|
rails-dom-testing (2.3.0)
|
|
202
198
|
activesupport (>= 5.0.0)
|
|
203
199
|
minitest
|
|
204
200
|
nokogiri (>= 1.6)
|
|
205
|
-
rails-html-sanitizer (1.7.
|
|
206
|
-
loofah (~> 2.25)
|
|
201
|
+
rails-html-sanitizer (1.7.1)
|
|
202
|
+
loofah (~> 2.25, >= 2.25.2)
|
|
207
203
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
208
|
-
railties (8.1.3)
|
|
209
|
-
actionpack (= 8.1.3)
|
|
210
|
-
activesupport (= 8.1.3)
|
|
204
|
+
railties (8.1.3.1)
|
|
205
|
+
actionpack (= 8.1.3.1)
|
|
206
|
+
activesupport (= 8.1.3.1)
|
|
211
207
|
irb (~> 1.13)
|
|
212
208
|
rackup (>= 1.0.0)
|
|
213
209
|
rake (>= 12.2)
|
|
@@ -215,10 +211,15 @@ GEM
|
|
|
215
211
|
tsort (>= 0.2)
|
|
216
212
|
zeitwerk (~> 2.6)
|
|
217
213
|
rainbow (3.1.1)
|
|
218
|
-
rake (13.4.
|
|
219
|
-
|
|
214
|
+
rake (13.4.2)
|
|
215
|
+
rbs (4.1.2)
|
|
216
|
+
logger
|
|
217
|
+
prism (>= 1.6.0)
|
|
218
|
+
tsort
|
|
219
|
+
rdoc (8.0.0)
|
|
220
220
|
erb
|
|
221
|
-
|
|
221
|
+
prism (>= 1.6.0)
|
|
222
|
+
rbs (>= 4.0.0)
|
|
222
223
|
tsort
|
|
223
224
|
regexp_parser (2.12.0)
|
|
224
225
|
reline (0.6.3)
|
|
@@ -236,39 +237,43 @@ GEM
|
|
|
236
237
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
237
238
|
rspec-support (~> 3.13.0)
|
|
238
239
|
rspec-support (3.13.7)
|
|
239
|
-
rubocop (1.
|
|
240
|
+
rubocop (1.88.2)
|
|
240
241
|
json (~> 2.3)
|
|
241
242
|
language_server-protocol (~> 3.17.0.2)
|
|
242
243
|
lint_roller (~> 1.1.0)
|
|
243
|
-
parallel (
|
|
244
|
+
parallel (>= 1.10)
|
|
244
245
|
parser (>= 3.3.0.2)
|
|
245
246
|
rainbow (>= 2.2.2, < 4.0)
|
|
246
247
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
247
248
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
248
249
|
ruby-progressbar (~> 1.7)
|
|
249
250
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
250
|
-
rubocop-ast (1.
|
|
251
|
+
rubocop-ast (1.50.0)
|
|
251
252
|
parser (>= 3.3.7.2)
|
|
252
253
|
prism (~> 1.7)
|
|
253
254
|
rubocop-performance (1.26.1)
|
|
254
255
|
lint_roller (~> 1.1)
|
|
255
256
|
rubocop (>= 1.75.0, < 2.0)
|
|
256
257
|
rubocop-ast (>= 1.47.1, < 2.0)
|
|
257
|
-
rubocop-rspec (3.
|
|
258
|
+
rubocop-rspec (3.10.2)
|
|
258
259
|
lint_roller (~> 1.1)
|
|
259
|
-
|
|
260
|
+
regexp_parser (>= 2.0)
|
|
261
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
260
262
|
ruby-progressbar (1.13.0)
|
|
261
263
|
securerandom (0.4.1)
|
|
262
|
-
simplecov (0.
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
264
|
+
simplecov (1.0.3)
|
|
265
|
+
sqlite3 (2.9.5-aarch64-linux-gnu)
|
|
266
|
+
sqlite3 (2.9.5-aarch64-linux-musl)
|
|
267
|
+
sqlite3 (2.9.5-arm-linux-gnu)
|
|
268
|
+
sqlite3 (2.9.5-arm-linux-musl)
|
|
269
|
+
sqlite3 (2.9.5-arm64-darwin)
|
|
270
|
+
sqlite3 (2.9.5-x86_64-darwin)
|
|
271
|
+
sqlite3 (2.9.5-x86_64-linux-gnu)
|
|
272
|
+
sqlite3 (2.9.5-x86_64-linux-musl)
|
|
273
|
+
standard (1.56.0)
|
|
269
274
|
language_server-protocol (~> 3.17.0.2)
|
|
270
275
|
lint_roller (~> 1.0)
|
|
271
|
-
rubocop (~> 1.
|
|
276
|
+
rubocop (~> 1.88.0)
|
|
272
277
|
standard-custom (~> 1.0.0)
|
|
273
278
|
standard-performance (~> 1.8)
|
|
274
279
|
standard-custom (1.0.2)
|
|
@@ -277,7 +282,6 @@ GEM
|
|
|
277
282
|
standard-performance (1.9.0)
|
|
278
283
|
lint_roller (~> 1.1)
|
|
279
284
|
rubocop-performance (~> 1.26.0)
|
|
280
|
-
stringio (3.2.0)
|
|
281
285
|
thor (1.5.0)
|
|
282
286
|
timeout (0.6.1)
|
|
283
287
|
tsort (0.2.0)
|
|
@@ -289,11 +293,11 @@ GEM
|
|
|
289
293
|
uri (1.1.1)
|
|
290
294
|
useragent (0.16.11)
|
|
291
295
|
webrick (1.9.2)
|
|
292
|
-
websocket-driver (0.8.
|
|
296
|
+
websocket-driver (0.8.2)
|
|
293
297
|
base64
|
|
294
298
|
websocket-extensions (>= 0.1.0)
|
|
295
299
|
websocket-extensions (0.1.5)
|
|
296
|
-
zeitwerk (2.
|
|
300
|
+
zeitwerk (2.8.3)
|
|
297
301
|
|
|
298
302
|
PLATFORMS
|
|
299
303
|
aarch64-linux-gnu
|
|
@@ -306,6 +310,7 @@ PLATFORMS
|
|
|
306
310
|
x86_64-linux-musl
|
|
307
311
|
|
|
308
312
|
DEPENDENCIES
|
|
313
|
+
activerecord
|
|
309
314
|
appraisal
|
|
310
315
|
e2e!
|
|
311
316
|
irb
|
|
@@ -317,84 +322,84 @@ DEPENDENCIES
|
|
|
317
322
|
rubocop-performance
|
|
318
323
|
rubocop-rspec
|
|
319
324
|
simplecov
|
|
325
|
+
sqlite3
|
|
320
326
|
standard
|
|
321
327
|
|
|
322
328
|
CHECKSUMS
|
|
323
|
-
action_text-trix (2.1.
|
|
324
|
-
actioncable (8.1.3) sha256=
|
|
325
|
-
actionmailbox (8.1.3) sha256=
|
|
326
|
-
actionmailer (8.1.3) sha256=
|
|
327
|
-
actionpack (8.1.3) sha256=
|
|
328
|
-
actiontext (8.1.3) sha256=
|
|
329
|
-
actionview (8.1.3) sha256=
|
|
330
|
-
activejob (8.1.3) sha256=
|
|
331
|
-
activemodel (8.1.3) sha256=
|
|
332
|
-
activerecord (8.1.3) sha256=
|
|
333
|
-
activestorage (8.1.3) sha256=
|
|
334
|
-
activesupport (8.1.3) sha256=
|
|
329
|
+
action_text-trix (2.1.19) sha256=7012f59421009cf284aa651294896414d653a61a2417c9b8714c8476d2f74009
|
|
330
|
+
actioncable (8.1.3.1) sha256=e318528295c878a3efdfe25f0f2267c80cb7a76eba41bb5f64d44aa380a3d91b
|
|
331
|
+
actionmailbox (8.1.3.1) sha256=5f704972097d843ade8e435e93694a1dac732b926df1717aceba1f3840082b1c
|
|
332
|
+
actionmailer (8.1.3.1) sha256=88ea441b28ff02a0c6c006468892642a3d9942affce9d294e81a74504aa5c43c
|
|
333
|
+
actionpack (8.1.3.1) sha256=974cb7154548e81f470b1b0f247b99cb38e87825899dca58610596e2817723d0
|
|
334
|
+
actiontext (8.1.3.1) sha256=5da729d833d1a29cddb1eee938878e55e503d2613e00e735f5daf58c2ba98af2
|
|
335
|
+
actionview (8.1.3.1) sha256=2da68b8414c47b43bfbed1ce69c5afe1c04f78c267aacb5660a4cab5ca12cfb6
|
|
336
|
+
activejob (8.1.3.1) sha256=1c8dd275df930df40deecffec63d913a550a33fd94bd298f69721dd96939954a
|
|
337
|
+
activemodel (8.1.3.1) sha256=99cc02ce2faec371d14440949d85787ebd23a907c9baef0a9d4bcd4d21888f88
|
|
338
|
+
activerecord (8.1.3.1) sha256=0a2fb6c28f4938f6b013a3a549bec0a7e37d535f3dc8990e804bcc3258c0403b
|
|
339
|
+
activestorage (8.1.3.1) sha256=f555254f387b1cffa499d2fd3115d12635eadc5b15206a8534316a67036163ef
|
|
340
|
+
activesupport (8.1.3.1) sha256=85458765f25ea48b9019c46b6bb3fa5683197bf4280d9f06710a6e8d7a831376
|
|
335
341
|
appraisal (2.5.0) sha256=36989221be127913b0dba8d114da2001e6b2dceea7bd4951200eaba764eed3ce
|
|
336
342
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
337
343
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
338
|
-
bigdecimal (4.1.
|
|
344
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
339
345
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
340
|
-
concurrent-ruby (1.3.
|
|
346
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
341
347
|
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
342
|
-
crass (1.0.
|
|
348
|
+
crass (1.0.7) sha256=94868719948664c89ddcaf0a37c65048413dfcb1c869470a5f7a7ceb5390b295
|
|
343
349
|
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
344
350
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
345
|
-
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
346
351
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
347
|
-
e2e (0.
|
|
348
|
-
erb (6.0.
|
|
352
|
+
e2e (0.7.1)
|
|
353
|
+
erb (6.0.7) sha256=c5ca6dc25b0ef974a44dc8f59fe847577122483b1968a38dec305c60bf91ee92
|
|
349
354
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
350
|
-
globalid (1.
|
|
351
|
-
i18n (1.
|
|
355
|
+
globalid (1.4.0) sha256=037f12fbf1d9d7a014d501c2d5c77356fd4ddd96d7a7991d6700bba96706f427
|
|
356
|
+
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
|
|
352
357
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
353
|
-
irb (1.
|
|
354
|
-
json (2.
|
|
355
|
-
language_server-protocol (3.17.0.
|
|
356
|
-
lefthook (2.1.
|
|
358
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
359
|
+
json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
|
|
360
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
361
|
+
lefthook (2.1.10) sha256=cc9c06bd8ea689e8b8016eab9769e54d696d07951860c1c6d28e8f6812e61b65
|
|
357
362
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
358
363
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
359
|
-
loofah (2.25.
|
|
360
|
-
mail (2.9.
|
|
361
|
-
marcel (1.1
|
|
364
|
+
loofah (2.25.2) sha256=2007f746959ac65552456e04b433e83deb22759ab38c838b4445c70e43425918
|
|
365
|
+
mail (2.9.1) sha256=06574eca475253d6c18145dd70af80d0eb970182d55053497c5f4d797ea160e8
|
|
366
|
+
marcel (1.2.1) sha256=1678e9360e32f9eafa917c80029e2f6d10b2715c66a4b87b6d0da9b9cd1f859f
|
|
362
367
|
mime-types (3.7.0) sha256=dcebf61c246f08e15a4de34e386ebe8233791e868564a470c3fe77c00eed5e56
|
|
363
|
-
mime-types-data (3.2026.
|
|
368
|
+
mime-types-data (3.2026.0701) sha256=cd8811e1fb89d836499ba0582368a10ee74cef929ba956d1d5ddca045e6a730f
|
|
364
369
|
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
365
|
-
minitest (6.0.
|
|
366
|
-
net-imap (0.6.
|
|
370
|
+
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
371
|
+
net-imap (0.6.6) sha256=96aa4ee50df3060203e649efc341f53480b791d49e150f2fdebf68beb141a8df
|
|
367
372
|
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
368
373
|
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
369
374
|
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
370
375
|
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
371
|
-
nokogiri (1.19.
|
|
372
|
-
nokogiri (1.19.
|
|
373
|
-
nokogiri (1.19.
|
|
374
|
-
nokogiri (1.19.
|
|
375
|
-
nokogiri (1.19.
|
|
376
|
-
nokogiri (1.19.
|
|
377
|
-
nokogiri (1.19.
|
|
378
|
-
nokogiri (1.19.
|
|
379
|
-
parallel (1.
|
|
380
|
-
parser (3.3.
|
|
381
|
-
playwright-ruby-client (1.
|
|
382
|
-
pp (0.6.
|
|
376
|
+
nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f
|
|
377
|
+
nokogiri (1.19.4-aarch64-linux-musl) sha256=35c65b9ce72b3bb03207bdbe7067915019dc18c1b9b59139684bd6690fdd01af
|
|
378
|
+
nokogiri (1.19.4-arm-linux-gnu) sha256=a301313e38bb065d68239e79734bcd6f56fb6efaacebde29e9abf2a4735340ca
|
|
379
|
+
nokogiri (1.19.4-arm-linux-musl) sha256=588923c101bcfa78869734d247d25b598674323e7f22474fc468f6e5647311eb
|
|
380
|
+
nokogiri (1.19.4-arm64-darwin) sha256=a46db9853286e6597b36ebc6953817d15acf3a299583eb3f89fdc6f91dd63527
|
|
381
|
+
nokogiri (1.19.4-x86_64-darwin) sha256=7fd17057d3e1f00e9954a74b3cd76595d3d4a5ef233b7ed9599047c204f70551
|
|
382
|
+
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
|
|
383
|
+
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
|
|
384
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
385
|
+
parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
|
|
386
|
+
playwright-ruby-client (1.62.0) sha256=44eb6051ab7987f68a1288a7db7892403e59680116739987729c5fecfdb55715
|
|
387
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
383
388
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
384
389
|
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
385
|
-
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
386
390
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
387
391
|
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
388
392
|
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
389
393
|
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
390
394
|
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
391
|
-
rails (8.1.3) sha256=
|
|
395
|
+
rails (8.1.3.1) sha256=ccd11a36bfc171bf9c66d585d14c0ece91c0c9dde840aae60c0118d6f5c9c52a
|
|
392
396
|
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
393
|
-
rails-html-sanitizer (1.7.
|
|
394
|
-
railties (8.1.3) sha256=
|
|
397
|
+
rails-html-sanitizer (1.7.1) sha256=e797a7c9b01e567307e317c576b49ab4168017e63eea4dba9ce3cb587e2f22c2
|
|
398
|
+
railties (8.1.3.1) sha256=2388a232579a00cefea4487de66c8553c3408c1300abdc6cf1799d86ffb04487
|
|
395
399
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
396
|
-
rake (13.4.
|
|
397
|
-
|
|
400
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
401
|
+
rbs (4.1.2) sha256=050eb1d8b508f1233bed929c0f2c7052302f7adf295230d9cb314e9024078f48
|
|
402
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
398
403
|
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
399
404
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
400
405
|
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
@@ -402,19 +407,24 @@ CHECKSUMS
|
|
|
402
407
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
403
408
|
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
404
409
|
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
405
|
-
rubocop (1.
|
|
406
|
-
rubocop-ast (1.
|
|
410
|
+
rubocop (1.88.2) sha256=8def251c90cd955feb4daa3edc0ab56893250c4ce90ef81e6c80c03f9a939bbf
|
|
411
|
+
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
|
|
407
412
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
408
|
-
rubocop-rspec (3.
|
|
413
|
+
rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
|
|
409
414
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
410
415
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
411
|
-
simplecov (0.
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
416
|
+
simplecov (1.0.3) sha256=38ef0514f16ae7562f0d0f4df02610071115103d301b6de7dacbcc000082e39b
|
|
417
|
+
sqlite3 (2.9.5-aarch64-linux-gnu) sha256=78075b6337d3d182c6d2b4691049ed45cd220826160c9ea18946bf6a1de200dc
|
|
418
|
+
sqlite3 (2.9.5-aarch64-linux-musl) sha256=18c801185deb4adc01ddb281e8f672a39e3d1729979ca91e39439cd3eac0402d
|
|
419
|
+
sqlite3 (2.9.5-arm-linux-gnu) sha256=1bdfca0c7d63998c60b0f4a8e3c8df2d33800ccc4abd2d612eddbbbc92a4c48b
|
|
420
|
+
sqlite3 (2.9.5-arm-linux-musl) sha256=bae1109d12b2e9f588455967729b008e1ff4feb7761749df695019c9079913c6
|
|
421
|
+
sqlite3 (2.9.5-arm64-darwin) sha256=d0cf444a70fc9395d513cfbcc1e6719e224aa645314e3824cb0474c721425aa2
|
|
422
|
+
sqlite3 (2.9.5-x86_64-darwin) sha256=8e9caae38bd7ebb29cbeee3e7ab1d12dc2327d9a1b92c7fcf0dda05589627a81
|
|
423
|
+
sqlite3 (2.9.5-x86_64-linux-gnu) sha256=233dbcb6714148dd23bc5aeb33e8efd6eac974969564ddd5794c23d5f52b231e
|
|
424
|
+
sqlite3 (2.9.5-x86_64-linux-musl) sha256=e7d3a7474e8af0f96150c21abc203fbab5437206bfcdf11deab7741c0ca516f2
|
|
425
|
+
standard (1.56.0) sha256=ae2af4d9669589162ac69ed5ef59dcf9f346d4afc81f7e62b84339310dfcb787
|
|
415
426
|
standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
|
|
416
427
|
standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
|
|
417
|
-
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
418
428
|
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
419
429
|
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
420
430
|
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
@@ -424,9 +434,9 @@ CHECKSUMS
|
|
|
424
434
|
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
425
435
|
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
|
|
426
436
|
webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131
|
|
427
|
-
websocket-driver (0.8.
|
|
437
|
+
websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146
|
|
428
438
|
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
429
|
-
zeitwerk (2.
|
|
439
|
+
zeitwerk (2.8.3) sha256=2c85125a8467ce069e20123d1e709a08955c9d29c118c25b46b7b7fafdbb92e5
|
|
430
440
|
|
|
431
441
|
BUNDLED WITH
|
|
432
442
|
4.0.5
|
|
@@ -19,11 +19,17 @@ module E2E
|
|
|
19
19
|
# Enable debug console to allow page.pause (requires GUI, so only in headed mode)
|
|
20
20
|
@context.enable_debug_console! unless @headless
|
|
21
21
|
|
|
22
|
-
@page =
|
|
22
|
+
@page = build_page
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
def visit(url)
|
|
26
|
-
|
|
26
|
+
with_released_connection do
|
|
27
|
+
@page.goto(
|
|
28
|
+
url,
|
|
29
|
+
waitUntil: E2E.config.navigation_wait_until,
|
|
30
|
+
timeout: navigation_timeout_ms
|
|
31
|
+
)
|
|
32
|
+
end
|
|
27
33
|
end
|
|
28
34
|
|
|
29
35
|
def current_url
|
|
@@ -47,15 +53,15 @@ module E2E
|
|
|
47
53
|
end
|
|
48
54
|
|
|
49
55
|
def click(selector)
|
|
50
|
-
@page.click(selector)
|
|
56
|
+
with_released_connection { @page.click(selector) }
|
|
51
57
|
end
|
|
52
58
|
|
|
53
59
|
def click_button(value, **options)
|
|
54
|
-
@page.get_by_role("button", name: value, **options).click
|
|
60
|
+
with_released_connection { @page.get_by_role("button", name: value, **options).click }
|
|
55
61
|
end
|
|
56
62
|
|
|
57
63
|
def click_link(value, **options)
|
|
58
|
-
@page.get_by_role("link", name: value, **options).click
|
|
64
|
+
with_released_connection { @page.get_by_role("link", name: value, **options).click }
|
|
59
65
|
end
|
|
60
66
|
|
|
61
67
|
def fill_in(selector, with:)
|
|
@@ -68,7 +74,7 @@ module E2E
|
|
|
68
74
|
.or(@page.locator("[name='#{selector}']"))
|
|
69
75
|
end
|
|
70
76
|
|
|
71
|
-
|
|
77
|
+
with_released_connection do
|
|
72
78
|
chain.first.fill(with)
|
|
73
79
|
rescue
|
|
74
80
|
# Fallback to treating it as a direct CSS selector if the above failed
|
|
@@ -77,15 +83,15 @@ module E2E
|
|
|
77
83
|
end
|
|
78
84
|
|
|
79
85
|
def check(selector)
|
|
80
|
-
@page.check(selector)
|
|
86
|
+
with_released_connection { @page.check(selector) }
|
|
81
87
|
end
|
|
82
88
|
|
|
83
89
|
def uncheck(selector)
|
|
84
|
-
@page.uncheck(selector)
|
|
90
|
+
with_released_connection { @page.uncheck(selector) }
|
|
85
91
|
end
|
|
86
92
|
|
|
87
93
|
def attach_file(selector, path)
|
|
88
|
-
@page.set_input_files(selector, path)
|
|
94
|
+
with_released_connection { @page.set_input_files(selector, path) }
|
|
89
95
|
end
|
|
90
96
|
|
|
91
97
|
def body
|
|
@@ -118,13 +124,31 @@ module E2E
|
|
|
118
124
|
def reset!
|
|
119
125
|
@context.close
|
|
120
126
|
@context = @browser.new_context
|
|
121
|
-
@
|
|
127
|
+
@context.enable_debug_console! unless @headless
|
|
128
|
+
@page = build_page
|
|
122
129
|
end
|
|
123
130
|
|
|
124
131
|
def quit
|
|
125
132
|
@browser.close
|
|
126
133
|
@playwright_execution.stop
|
|
127
134
|
end
|
|
135
|
+
|
|
136
|
+
private
|
|
137
|
+
|
|
138
|
+
def build_page
|
|
139
|
+
page = @context.new_page
|
|
140
|
+
page.set_default_timeout((E2E.config.wait_timeout * 1000).to_i)
|
|
141
|
+
page.set_default_navigation_timeout(navigation_timeout_ms)
|
|
142
|
+
page
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
def navigation_timeout_ms
|
|
146
|
+
(E2E.config.navigation_timeout * 1000).to_i
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
def with_released_connection(&block)
|
|
150
|
+
E2E::Rails.with_released_connection(&block)
|
|
151
|
+
end
|
|
128
152
|
end
|
|
129
153
|
end
|
|
130
154
|
end
|