From 117461cecb75808a6c6c0fb4dbfee1804cf84123 Mon Sep 17 00:00:00 2001 From: Nurhan Turgut Date: Wed, 12 Feb 2020 12:47:38 -0800 Subject: [PATCH] Update felt documentation --- 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 ```