Skip to content

Commit

Permalink
test: refacoring - adding notes to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Dec 18, 2023
1 parent 352d04d commit ba37cd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions packages/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ba37cd6

Please sign in to comment.