From 6645c6d884560cb1f2d33008e7ead49ff7d7d269 Mon Sep 17 00:00:00 2001 From: Zabil Cheriya Maliackal Date: Thu, 5 Dec 2024 20:56:13 +0000 Subject: [PATCH] Upgrade chromium to 133 (#2744) * Upgrade chromium * Fix formatting issues * Artifact version Signed-off-by: Zabil Cheriya Maliackal --- .github/workflows/taiko.yml | 12 ++++++------ docs/_includes/styles.css | 33 ++++++++++++++++----------------- package-lock.json | 4 ++-- package.json | 16 ++++++++-------- 4 files changed, 32 insertions(+), 33 deletions(-) diff --git a/.github/workflows/taiko.yml b/.github/workflows/taiko.yml index ea6a0595a..7e28bed9c 100644 --- a/.github/workflows/taiko.yml +++ b/.github/workflows/taiko.yml @@ -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 }} @@ -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 @@ -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 diff --git a/docs/_includes/styles.css b/docs/_includes/styles.css index 3c5aaeb92..2f290ee5c 100644 --- a/docs/_includes/styles.css +++ b/docs/_includes/styles.css @@ -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; } @@ -21,8 +21,8 @@ h3, h4, h5, h6 { - font-family: 'Poppins', sans-serif; - color: #25282D; + font-family: "Poppins", sans-serif; + color: #25282d; } h1 { @@ -38,7 +38,7 @@ h3 > a { a, a:visited, a:active { - color: #25282D; + color: #25282d; } a:hover { @@ -61,7 +61,7 @@ li { } blockquote { - border-left: 5px solid #2BD3EF; + border-left: 5px solid #2bd3ef; margin-inline-start: 0; padding-left: 1em; } @@ -98,7 +98,7 @@ section { } .home-section a { - color: #25282D; + color: #25282d; } .home-section ul { @@ -108,7 +108,7 @@ section { .home-section ul li::before { content: "\2022"; - color: #2BD3EF; + color: #2bd3ef; font-weight: bold; display: inline-block; width: 1em; @@ -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 { @@ -150,7 +150,6 @@ form.search input::placeholder { /* Small screen overrides */ @media (max-width: 600px) { - .header-text { font-size: 34px; max-width: 300px; @@ -176,7 +175,7 @@ ol { li::before { content: "\2022"; - color: #2BD3EF; + color: #2bd3ef; display: inline-block; width: 1em; margin-left: -1em; @@ -220,7 +219,7 @@ span { } pre code { - font-family: 'Roboto Mono', monospace; + font-family: "Roboto Mono", monospace; background: #222222; color: #fff; display: block; @@ -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; } -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 95741aa49..069af4ac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiko", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiko", - "version": "1.4.1", + "version": "1.4.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 359cf472f..f49b7d931 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" } ] }