[web] Remove HTML from bots, test suites and e2e tests (#161537)

- Stop running framework tests in HTML mode in CI.
- Update some READMEs
- Remove HTML-specific integration tests
This commit is contained in:
Mouad Debbar
2025-01-22 13:50:46 -05:00
committed by GitHub
parent 74ab593738
commit f2e6dbc567
8 changed files with 32 additions and 285 deletions

View File

@@ -121,8 +121,8 @@ Example:
```sh
cd dev/benchmarks/macrobenchmarks
# Runs in profile mode using the CanvasKit renderer
flutter run --web-renderer=canvaskit --profile -d web-server lib/web_benchmarks.dart
# Runs in profile mode
flutter run --profile -d web-server lib/web_benchmarks.dart
```
You can also run all benchmarks exactly as the devicelab runs them: