Updated README to note the requirement for installing WinAppDriver (#624)
- Our documentation should make it clear to contributors what the expected developer environment is in order for the project to work. In this case, a user tried to run the UI tests, unaware that they needed WinAppDriver installed on their machine. This updates the README to indicate that requirement. - Trailing spaces from other parts of the document were also removed as part of this change Fixes #621
This commit is contained in:
parent
a7d668e568
commit
25e2a14257
@ -38,6 +38,9 @@ Prerequisites:
|
|||||||
|
|
||||||
- Open [src\Calculator.sln](/src/Calculator.sln) in Visual Studio to build and run the Calculator app.
|
- 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).
|
- 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
|
## Contributing
|
||||||
Want to contribute? The team encourages community feedback and contributions. Please follow our [contributing guidelines](CONTRIBUTING.md).
|
Want to contribute? The team encourages community feedback and contributions. Please follow our [contributing guidelines](CONTRIBUTING.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user