Skip to content

Commit

Permalink
merge first
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jun 24, 2024
1 parent 67d4cae commit 255a72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ These are tests used for exercising the UI through accessibility layers to simul
```
├── Controls
│ ├── tests
│ ├── ├── Controls.TestCases.HostApp
│ ├── ├── Controls.TestCases.App
│ │ ├── Controls.TestCases.Shared.Tests
```

- *Controls.TestCases.HostApp*: .NET MAUI Sample used for the automated UI tests
- *Controls.TestCases.App*: .NET MAUI Sample used for the automated UI tests
- *Controls.TestCases.Shared.Tests*: .NET MAUI library used to define the UI tests

Each platform has a specific UI tests library project where it is possible to add specific tests per platform.
Expand Down

0 comments on commit 255a72b

Please sign in to comment.