diff --git a/README.md b/README.md index e27f55b..b56f3ef 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ Prerequisites: - Open [src\Calculator.sln](/src/Calculator.sln) in Visual Studio to build and run the Calculator app. - For a general description of the Calculator project architecture see [ApplicationArchitecture.md](docs/ApplicationArchitecture.md). +- To run the UI Tests, you need to make sure that + [Windows Application Driver (WinAppDriver)](https://github.com/microsoft/WinAppDriver/releases/latest) + is installed. ## Contributing Want to contribute? The team encourages community feedback and contributions. Please follow our [contributing guidelines](CONTRIBUTING.md). @@ -55,9 +58,9 @@ Diagnostic data is disabled in development builds by default, and can be enabled build flag. ## Currency Converter -Windows Calculator includes a currency converter feature that uses mock data in developer builds. The data that -Microsoft uses for the currency converter feature (e.g., in the retail version of the application) is not licensed -for your use. The mock data will be clearly identifiable as it references planets instead of countries, +Windows Calculator includes a currency converter feature that uses mock data in developer builds. The data that +Microsoft uses for the currency converter feature (e.g., in the retail version of the application) is not licensed +for your use. The mock data will be clearly identifiable as it references planets instead of countries, and remains static regardless of selected inputs. ## Reporting Security Issues