Skip to content

Commit 6645c6d

Browse files
authored
Upgrade chromium to 133 (#2744)
* Upgrade chromium * Fix formatting issues * Artifact version Signed-off-by: Zabil Cheriya Maliackal <zabilcm@gmail.com>
1 parent 052d9ca commit 6645c6d

File tree

4 files changed

+32
-33
lines changed

4 files changed

+32
-33
lines changed

.github/workflows/taiko.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
run: npm run test-functional
8484

8585
- name: Upload html report
86-
uses: actions/upload-artifact@v1
86+
uses: actions/upload-artifact@v4
8787
if: failure()
8888
with:
8989
name: ft-reports-${{ matrix.os }}-${{ matrix.node_version }}
9090
path: test/functional-tests/reports/html-report
9191

9292
- name: Upload logs
93-
uses: actions/upload-artifact@v1
93+
uses: actions/upload-artifact@v4
9494
if: failure()
9595
with:
9696
name: ft-logs-${{ matrix.os }}-${{ matrix.node_version }}
@@ -129,13 +129,13 @@ jobs:
129129
TAIKO_HIGHLIGHT_ON_ACTION: false
130130
run: xvfb-run npm run test-functional
131131
- name: Upload html report
132-
uses: actions/upload-artifact@v1
132+
uses: actions/upload-artifact@v4
133133
if: failure()
134134
with:
135135
name: ft-reports-linux-headful
136136
path: test/functional-tests/reports/html-report
137137
- name: Upload logs
138-
uses: actions/upload-artifact@v1
138+
uses: actions/upload-artifact@v4
139139
if: failure()
140140
with:
141141
name: ft-logs-linux-headful
@@ -171,13 +171,13 @@ jobs:
171171
- name: test-docs
172172
run: npm run test-docs
173173
- name: Upload html report
174-
uses: actions/upload-artifact@v1
174+
uses: actions/upload-artifact@v4
175175
if: failure()
176176
with:
177177
name: docs-tests-reports
178178
path: test/docs-tests/gauge/reports/html-report
179179
- name: Upload logs
180-
uses: actions/upload-artifact@v1
180+
uses: actions/upload-artifact@v4
181181
if: failure()
182182
with:
183183
name: docs-tests-logs

docs/_includes/styles.css

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
2-
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
3-
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
1+
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
2+
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
3+
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
44

55
/* Global Styles */
66

77
body {
8-
font-family: 'Open Sans', sans-serif;
8+
font-family: "Open Sans", sans-serif;
99
font-size: 16px;
1010
line-height: 1.8;
11-
color: #25282D;
11+
color: #25282d;
1212
background: #fcfcfc;
1313
margin: 0;
1414
}
@@ -21,8 +21,8 @@ h3,
2121
h4,
2222
h5,
2323
h6 {
24-
font-family: 'Poppins', sans-serif;
25-
color: #25282D;
24+
font-family: "Poppins", sans-serif;
25+
color: #25282d;
2626
}
2727

2828
h1 {
@@ -38,7 +38,7 @@ h3 > a {
3838
a,
3939
a:visited,
4040
a:active {
41-
color: #25282D;
41+
color: #25282d;
4242
}
4343

4444
a:hover {
@@ -61,7 +61,7 @@ li {
6161
}
6262

6363
blockquote {
64-
border-left: 5px solid #2BD3EF;
64+
border-left: 5px solid #2bd3ef;
6565
margin-inline-start: 0;
6666
padding-left: 1em;
6767
}
@@ -98,7 +98,7 @@ section {
9898
}
9999

100100
.home-section a {
101-
color: #25282D;
101+
color: #25282d;
102102
}
103103

104104
.home-section ul {
@@ -108,7 +108,7 @@ section {
108108

109109
.home-section ul li::before {
110110
content: "\2022";
111-
color: #2BD3EF;
111+
color: #2bd3ef;
112112
font-weight: bold;
113113
display: inline-block;
114114
width: 1em;
@@ -135,7 +135,7 @@ form.search label {
135135
line-height: 1.5;
136136
font-size: 14px;
137137
font-weight: normal;
138-
font-family: 'Open Sans';
138+
font-family: "Open Sans", sans-serif;
139139
}
140140

141141
form.search img {
@@ -150,7 +150,6 @@ form.search input::placeholder {
150150
/* Small screen overrides */
151151

152152
@media (max-width: 600px) {
153-
154153
.header-text {
155154
font-size: 34px;
156155
max-width: 300px;
@@ -176,7 +175,7 @@ ol {
176175

177176
li::before {
178177
content: "\2022";
179-
color: #2BD3EF;
178+
color: #2bd3ef;
180179
display: inline-block;
181180
width: 1em;
182181
margin-left: -1em;
@@ -220,7 +219,7 @@ span {
220219
}
221220

222221
pre code {
223-
font-family: 'Roboto Mono', monospace;
222+
font-family: "Roboto Mono", monospace;
224223
background: #222222;
225224
color: #fff;
226225
display: block;
@@ -235,11 +234,11 @@ pre code {
235234
justify-content: space-between;
236235
}
237236

238-
@media(max-width:800px) {
237+
@media (max-width: 800px) {
239238
article,
240239
footer,
241240
section {
242241
background: white;
243242
padding: 15px;
244243
}
245-
}
244+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/package",
33
"name": "taiko",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "Taiko is a Node.js library for automating Chromium based browsers",
66
"main": "bin/taiko.js",
77
"bin": {
@@ -40,29 +40,29 @@
4040
},
4141
"taiko": {
4242
"browser": {
43-
"version": "128.0.6597.0",
44-
"revision": "1327306",
43+
"version": "133.0.6878.0",
44+
"revision": "1392035",
4545
"downloads": {
4646
"chrome": [
4747
{
4848
"platform": "linux64",
49-
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/linux64/chrome-linux64.zip"
49+
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/linux64/chrome-linux64.zip"
5050
},
5151
{
5252
"platform": "mac-arm64",
53-
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/mac-arm64/chrome-mac-arm64.zip"
53+
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/mac-arm64/chrome-mac-arm64.zip"
5454
},
5555
{
5656
"platform": "mac-x64",
57-
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/mac-x64/chrome-mac-x64.zip"
57+
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/mac-x64/chrome-mac-x64.zip"
5858
},
5959
{
6060
"platform": "win32",
61-
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/win32/chrome-win32.zip"
61+
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/win32/chrome-win32.zip"
6262
},
6363
{
6464
"platform": "win64",
65-
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/win64/chrome-win64.zip"
65+
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/win64/chrome-win64.zip"
6666
}
6767
]
6868
}

0 commit comments

Comments
 (0)