ReactiveUI/integrationtests
Glenn c4be8bcf5f
housekeeping: Update to MonoAndroid 9.0 (#2157)
2019-09-08 19:49:18 +10:00
..
IntegrationTests.Android housekeeping: Update to MonoAndroid 9.0 (#2157) 2019-09-08 19:49:18 +10:00
IntegrationTests.Mac fix: Integration tests view model unit tests (#1891) 2019-01-06 04:05:28 -08:00
IntegrationTests.Shared housekeeping: Release 10.0 (#2102) 2019-09-04 20:22:35 +10:00
IntegrationTests.Shared.Tests housekeeping: Release 10.0 (#2102) 2019-09-04 20:22:35 +10:00
IntegrationTests.UWP housekeeping: Release 10.0 (#2102) 2019-09-04 20:22:35 +10:00
IntegrationTests.WPF housekeeping: Release 10.0 (#2102) 2019-09-04 20:22:35 +10:00
IntegrationTests.WinForms fix: Integration tests view model unit tests (#1891) 2019-01-06 04:05:28 -08:00
IntegrationTests.XamarinForms housekeeping: Upgraded Xamarin.Forms to v4.1 (#2148) 2019-08-22 01:04:18 -05:00
IntegrationTests.XamarinForms.Android housekeeping: Update to MonoAndroid 9.0 (#2157) 2019-09-08 19:49:18 +10:00
IntegrationTests.XamarinForms.UWP housekeeping: Release 10.0 (#2102) 2019-09-04 20:22:35 +10:00
IntegrationTests.XamarinForms.iOS housekeeping: Update the integration tests to remove warnings. (#1842) 2018-11-20 17:02:48 -08:00
IntegrationTests.iOS fix: Integration tests view model unit tests (#1891) 2019-01-06 04:05:28 -08:00
Directory.Build.props housekeeping: Release 10.0 (#2102) 2019-09-04 20:22:35 +10:00
IntegrationTests.All.sln fix: Integration tests view model unit tests (#1891) 2019-01-06 04:05:28 -08:00
IntegrationTests.Android.sln feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
IntegrationTests.Mac.sln feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
IntegrationTests.Shared.Tests.sln feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
IntegrationTests.UWP.sln feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
IntegrationTests.WPF.sln feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
IntegrationTests.WinForms.sln feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
IntegrationTests.XamarinForms.sln feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
IntegrationTests.iOS.sln feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
LICENSE feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
README.md feature: add integration tests (#1598) 2018-08-12 12:21:15 -07:00
analyzers.ruleset housekeeping: add analyzers to integration tests (#1892) 2019-01-06 02:29:16 -08:00
global.json fix: Integration tests view model unit tests (#1891) 2019-01-06 04:05:28 -08:00
nuget.config housekeeping: Update the integration tests to remove warnings. (#1842) 2018-11-20 17:02:48 -08:00
stylecop.json housekeeping: add analyzers to integration tests (#1892) 2019-01-06 02:29:16 -08:00

README.md

Integration Tests

Here you will find our automated integration tests. They aren't wired up into CI/CD yet but soon will be. Do you want to help out with it? Ask.

Credits

  • Some code was borrowed from Kent's most excellent book to scaffold up the initial LoginViewModel that is shared across all platforms. Additionally we used his work as the basis for WPF the platform. All Kent's code is licensed under MIT.