Skip to content

Commit

Permalink
Upgrade chromium to 133 (#2744)
Browse files Browse the repository at this point in the history
* Upgrade chromium
* Fix formatting issues
* Artifact version

Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil authored Dec 5, 2024
1 parent 052d9ca commit 6645c6d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 33 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/taiko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
run: npm run test-functional

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

- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ft-logs-${{ matrix.os }}-${{ matrix.node_version }}
Expand Down Expand Up @@ -129,13 +129,13 @@ jobs:
TAIKO_HIGHLIGHT_ON_ACTION: false
run: xvfb-run npm run test-functional
- name: Upload html report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ft-reports-linux-headful
path: test/functional-tests/reports/html-report
- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ft-logs-linux-headful
Expand Down Expand Up @@ -171,13 +171,13 @@ jobs:
- name: test-docs
run: npm run test-docs
- name: Upload html report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: docs-tests-reports
path: test/docs-tests/gauge/reports/html-report
- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: docs-tests-logs
Expand Down
33 changes: 16 additions & 17 deletions docs/_includes/styles.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");

/* Global Styles */

body {
font-family: 'Open Sans', sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.8;
color: #25282D;
color: #25282d;
background: #fcfcfc;
margin: 0;
}
Expand All @@ -21,8 +21,8 @@ h3,
h4,
h5,
h6 {
font-family: 'Poppins', sans-serif;
color: #25282D;
font-family: "Poppins", sans-serif;
color: #25282d;
}

h1 {
Expand All @@ -38,7 +38,7 @@ h3 > a {
a,
a:visited,
a:active {
color: #25282D;
color: #25282d;
}

a:hover {
Expand All @@ -61,7 +61,7 @@ li {
}

blockquote {
border-left: 5px solid #2BD3EF;
border-left: 5px solid #2bd3ef;
margin-inline-start: 0;
padding-left: 1em;
}
Expand Down Expand Up @@ -98,7 +98,7 @@ section {
}

.home-section a {
color: #25282D;
color: #25282d;
}

.home-section ul {
Expand All @@ -108,7 +108,7 @@ section {

.home-section ul li::before {
content: "\2022";
color: #2BD3EF;
color: #2bd3ef;
font-weight: bold;
display: inline-block;
width: 1em;
Expand All @@ -135,7 +135,7 @@ form.search label {
line-height: 1.5;
font-size: 14px;
font-weight: normal;
font-family: 'Open Sans';
font-family: "Open Sans", sans-serif;
}

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

@media (max-width: 600px) {

.header-text {
font-size: 34px;
max-width: 300px;
Expand All @@ -176,7 +175,7 @@ ol {

li::before {
content: "\2022";
color: #2BD3EF;
color: #2bd3ef;
display: inline-block;
width: 1em;
margin-left: -1em;
Expand Down Expand Up @@ -220,7 +219,7 @@ span {
}

pre code {
font-family: 'Roboto Mono', monospace;
font-family: "Roboto Mono", monospace;
background: #222222;
color: #fff;
display: block;
Expand All @@ -235,11 +234,11 @@ pre code {
justify-content: space-between;
}

@media(max-width:800px) {
@media (max-width: 800px) {
article,
footer,
section {
background: white;
padding: 15px;
}
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package",
"name": "taiko",
"version": "1.4.1",
"version": "1.4.2",
"description": "Taiko is a Node.js library for automating Chromium based browsers",
"main": "bin/taiko.js",
"bin": {
Expand Down Expand Up @@ -40,29 +40,29 @@
},
"taiko": {
"browser": {
"version": "128.0.6597.0",
"revision": "1327306",
"version": "133.0.6878.0",
"revision": "1392035",
"downloads": {
"chrome": [
{
"platform": "linux64",
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/linux64/chrome-linux64.zip"
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/linux64/chrome-linux64.zip"
},
{
"platform": "mac-arm64",
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/mac-arm64/chrome-mac-arm64.zip"
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/mac-arm64/chrome-mac-arm64.zip"
},
{
"platform": "mac-x64",
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/mac-x64/chrome-mac-x64.zip"
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/mac-x64/chrome-mac-x64.zip"
},
{
"platform": "win32",
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/win32/chrome-win32.zip"
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/win32/chrome-win32.zip"
},
{
"platform": "win64",
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6597.0/win64/chrome-win64.zip"
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/win64/chrome-win64.zip"
}
]
}
Expand Down

0 comments on commit 6645c6d

Please sign in to comment.