xamarin-macios/tests/sampletester
Rolf Bjarne Kvinge bd0de42768
[sampletester] Bump xamarin-forms-book-samples to the tip of master, where a few fixes have been merged. (#6584)
2019-07-15 22:47:24 -07:00
..
Properties [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
images [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
.gitignore [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
BaseTester.cs [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
Configuration.cs [tests] Provision dotnet for the sample tests. Fixes xamarin/maccore#1811. (#6473) 2019-07-03 12:41:33 +02:00
GitHub.cs [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
HtmlReport.xslt [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
Makefile [sample tests] Fix variable calculation to calculate once. (#6061) 2019-05-17 09:21:00 -07:00
ProcessHelper.cs [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
README.md [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
SampleTester.cs [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
Samples.cs [sampletester] Bump xamarin-forms-book-samples to the tip of master, where a few fixes have been merged. (#6584) 2019-07-15 22:47:24 -07:00
TestPlatform.cs [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
packages.config [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
sampletester.csproj [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
sampletester.sln [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00

README.md

Sample testing

These unit tests clone a series of known repositories that contain sample projects, and build all the relevant projects in those repositories.

It is executed automatically in Azure DevOps every [Saturday][2] for the following branches:

  • master
  • d16-*
  • xcode*

It can also be triggered manually, but have in mind that the commit in question must already have packages (as GitHub statuses).

It's also possible to use the sample tests from one commit, and then test with Xamarin.iOS/Xamarin.Mac a completely different commit, by setting the PROVISION_FROM_COMMIT variable to the commit that's to be tested:

screenshot

The previous point is still required: the commit to provision from must have packages.

There are two ways to run these tests locally:

  • Launching xharness in server mode and execute the "Sample tests" (they're disabled by default).
  • Executing make in this directory.