From 9a7e07c174d3b2439a5db8cf92f6c5ce3b955c44 Mon Sep 17 00:00:00 2001 From: "appfolio-sourcegraph-commit-signer[bot]" <143140865+appfolio-sourcegraph-commit-signer[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:23:43 +0000 Subject: [PATCH] Add Backstage catalog metadata file(s) --- catalog-info.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..e9717bb --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + title: ae_page_objects + description: Legacy library which provides a customizable implementation of the + Page Object pattern built on top of Capybara to be used in automated + acceptance test suites. + tags: + - oss + annotations: + appfolio.com/package-location: url:https://rubygems.org/gems/ae_page_objects + appfolio.com/package-type: gem + name: ae-page-objects +spec: + type: library + lifecycle: maintenance + owner: apm-test-automation