From 5a5c8d04b35ea0d33cd9c86eae0697b82efc4e19 Mon Sep 17 00:00:00 2001 From: Nurhan Turgut Date: Wed, 12 Feb 2020 14:05:08 -0800 Subject: [PATCH] Update felt documentation (flutter/engine#16559) --- engine/src/flutter/lib/web_ui/dev/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/lib/web_ui/dev/README.md b/engine/src/flutter/lib/web_ui/dev/README.md index 86e06ccde8f..5e5f5d45c08 100644 --- a/engine/src/flutter/lib/web_ui/dev/README.md +++ b/engine/src/flutter/lib/web_ui/dev/README.md @@ -55,7 +55,14 @@ To run tests on Safari use the following command. It works on MacOS devices and felt test --browser=safari ``` -To run a single test: +To run tests on Windows Edge use the following command. It works on Windows devices and it uses the Edge installed on the OS. + +``` +felt_windows.bat test --browser=edge +``` + +To run a single test use the following command. Note that it does not work on Windows. + ``` felt test test/golden_tests/engine/canvas_golden_test.dart ```