Skip to content

Commit

Permalink
misc(build): update README.chromium when rolling devtools (#16144)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Aug 7, 2024
1 parent 46d718a commit 5b33eb0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions core/scripts/roll-to-devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ lh_e2e_res_dir="third-party/devtools-tests/e2e/resources/lighthouse/"
fe_e2e_res_dir="$dt_dir/test/e2e/resources/lighthouse"
rsync -avh "$lh_e2e_res_dir" "$fe_e2e_res_dir" --exclude="OWNERS" --delete

PKG_VERSION=$(node -e "console.log(require('./package.json').version)")
REVISION=$(git rev-parse HEAD)
echo "Name: Lighthouse
Short Name: lighthouse
Version: $PKG_VERSION
Revision: $REVISION
URL: https://github.com/GoogleChrome/lighthouse
License: Apache License 2.0
License File: LICENSE
Security Critical: no
Shipped: yes
This directory contains Chromium's version of the lighthouse report assets, including renderer." > "$fe_lh_dir/README.chromium"

echo ""
echo "Done. To run the e2e tests: "
echo " DEVTOOLS_PATH=\"$dt_dir\" yarn test-devtools"

0 comments on commit 5b33eb0

Please sign in to comment.