itamae-plugin-recipe-selenium 0.4.8 → 0.4.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4b9c10d1c1e9fa5e2ffde5641870e2f9060f6fe0c093c497c98537405911bae
|
4
|
+
data.tar.gz: 4526e1a10dbae5b00be9adf3e96744446e831524ea511f360810b62b3457533b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dd1689e7cd07a199f0ed48cb3f5bd5c57cabac39c6e73dc594869a736cadaf10f9d8449909b58a90a6bb903b46494fcfc64869fbb1ad4e7b8aa91499a7cd3f7
|
7
|
+
data.tar.gz: 94df0d4af42047abc8ec470cb8896bfe321e5f3bdecc3e09f9185214a0db7b15edf5a1909f9e28bc155a5a795d3f5ec98122ef937aa5f66f4da35a03a0b3fa9a
|
@@ -10,13 +10,16 @@ if ENV['CHROME_VERSION'].to_s.empty?
|
|
10
10
|
case "#{node.platform_family}-#{node.platform_version}"
|
11
11
|
when /rhel-7\.(.*?)/
|
12
12
|
ENV['CHROME_VERSION'] = '125.0.6422.141'
|
13
|
+
execute "yum install -y https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-#{ENV['CHROME_VERSION']}-1.x86_64.rpm" do
|
14
|
+
user 'root'
|
15
|
+
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome 125\.'"
|
16
|
+
end
|
13
17
|
else
|
14
|
-
ENV['CHROME_VERSION'] = '
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (125|126|127|128)\.'"
|
18
|
+
ENV['CHROME_VERSION'] = '130.0.6723.116'
|
19
|
+
execute "yum install -y https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-#{ENV['CHROME_VERSION']}-1.x86_64.rpm" do
|
20
|
+
user 'root'
|
21
|
+
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (128|129|130)\.'"
|
22
|
+
end
|
20
23
|
end
|
21
24
|
else
|
22
25
|
execute "yum install -y https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-#{ENV['CHROME_VERSION']}-1.x86_64.rpm" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-selenium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- y-matsuda
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|