Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d3ab74e

Browse files
authored
Add a breadcrumb for people who want to run the web tests (#43865)
1 parent 45cb916 commit d3ab74e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

testing/run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ BUILD_VARIANT="${1:-host_debug_unopt}"
66
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
77

88
python3 "${CURRENT_DIR}/run_tests.py" --variant="${BUILD_VARIANT}" --type=engine,dart,benchmarks
9+
10+
# This does not run the web_ui tests. To run those, use:
11+
# lib/web_ui/dev/felt test

0 commit comments

Comments
 (0)