From 887bdcfb6bf95174fe7703933df880f36b109fc2 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 29 Mar 2024 14:20:58 -0700 Subject: [PATCH] Add flutter_goldens README (#145278) This is part 5 of a broken down version of the #140101 refactor. This PR adds a README to flutter_goldens with breadcrumbs to other sources of documentation. --- packages/flutter_goldens/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/flutter_goldens/README.md diff --git a/packages/flutter_goldens/README.md b/packages/flutter_goldens/README.md new file mode 100644 index 00000000000..c99c8d717a7 --- /dev/null +++ b/packages/flutter_goldens/README.md @@ -0,0 +1,9 @@ +This package is an internal implementation detail for our testing +infrastructure. It enables the framework to use the Skia Gold +infrastructure for tracking golden image tests. + +See also: + + * https://skia.org/docs/dev/testing/skiagold/ + * https://flutter-gold.skia.org/ + * https://github.com/flutter/flutter/wiki/Writing-a-golden-file-test-for-package:flutter