From 8f8af1f890a79569be385215486bcaa9a6891d9c Mon Sep 17 00:00:00 2001 From: Nurhan Turgut Date: Wed, 12 Feb 2020 14:05:08 -0800 Subject: [PATCH] Update felt documentation (#16559) --- lib/web_ui/dev/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/web_ui/dev/README.md b/lib/web_ui/dev/README.md index 86e06ccde8f04..5e5f5d45c0832 100644 --- a/lib/web_ui/dev/README.md +++ b/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 ```