Skip to content

Commit

Permalink
Add a breadcrumb for people who want to run the web tests (flutter#43865
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Hixie authored Jul 21, 2023
1 parent 45cb916 commit d3ab74e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ BUILD_VARIANT="${1:-host_debug_unopt}"
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

python3 "${CURRENT_DIR}/run_tests.py" --variant="${BUILD_VARIANT}" --type=engine,dart,benchmarks

# This does not run the web_ui tests. To run those, use:
# lib/web_ui/dev/felt test

0 comments on commit d3ab74e

Please sign in to comment.