From ba37cd6167dbeaa9ce47a4909f3f05986396b9c1 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Mon, 18 Dec 2023 17:00:08 +0100 Subject: [PATCH] test: refacoring - adding notes to readme.md --- README.md | 10 ---------- packages/app/README.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9eddb723f9..e9276bde56 100644 --- a/README.md +++ b/README.md @@ -120,16 +120,6 @@ For more details on testing please check individual packages `README`. ## 💻 Conventional Commits We follow the Conventional Commits [specification](https://www.conventionalcommits.org/en/v1.0.0/#specification). -## 🔍 Verify Block Explorer UI test results in GitHug Actions -GutHub actions test results is available in: - -- GitHug Actions --> Summary page at the very end of a page. -- Inside of each test run in the log: Feature on Mainnet + Sepolia --> @search --> Upload test results to Allure reporter --> https://raw.githack.com/matter-labs/block-explorer/gh-pages/${{ github.run_number }}/index.html -- Directly throw a link https://raw.githack.com/matter-labs/block-explorer/gh-pages/${{ github.run_number }}/index.html after each PR running. The history of test runs for public view locates in gh-pages branch. - -In case of 404 page, make sure that the folder with its github.run_number exists in the gh-pages. If the folder exist, try again in a few minutes as https://raw.githack.com needs to update the data. - - ## 📘 License zkSync Era Block Explorer is distributed under the terms of either diff --git a/packages/app/README.md b/packages/app/README.md index 1023fc9388..ffea543d6b 100644 --- a/packages/app/README.md +++ b/packages/app/README.md @@ -106,3 +106,13 @@ npm run lint ## Production links - [Web Application](https://explorer.zksync.io) - [Storybook](https://storybook-scan-v2.zksync.dev) + + +## Verify Block Explorer UI test results in GitHug Actions +GutHub actions test results is available in: + +- GitHug Actions --> Summary page at the very end of a page. +- Inside of each test run in the log: Feature on Mainnet + Sepolia --> @search --> Upload test results to Allure reporter --> `https://raw.githack.com/matter-labs/block-explorer/gh-pages/_github.run_number_/index.html` +- Directly via a link `https://raw.githack.com/matter-labs/block-explorer/gh-pages/_github.run_number_/index.html` after each PR running. The history of test runs for public view locates in gh-pages branch. + +In case of 404 page, make sure that the folder with its github.run_number exists in the gh-pages. If the folder exist, try again in a few minutes as `https://raw.githack.com` needs to update the data.